I\'ve seen this question:
Changing the ActionBar hide animation?
But it doesn\'t say whether it\'s possible to disable animation altogether.
You can now do this,
getSupportActionBar().setShowHideAnimationEnabled(false);