Searched refs:mCurrentShowAnim (Results 1 – 1 of 1) sorted by relevance
126 private Animator mCurrentShowAnim; field in WindowDecorActionBar142 mCurrentShowAnim = null;153 mCurrentShowAnim = null;338 if (!enabled && mCurrentShowAnim != null) { in setShowHideAnimationEnabled()339 mCurrentShowAnim.end(); in setShowHideAnimationEnabled()766 if (mCurrentShowAnim != null) { in doShow()767 mCurrentShowAnim.end(); in doShow()805 mCurrentShowAnim = anim; in doShow()826 if (mCurrentShowAnim != null) { in doHide()827 mCurrentShowAnim.end(); in doHide()[all …]