Searched refs:mCurrentShowAnim (Results 1 – 2 of 2) sorted by relevance
131 private ViewPropertyAnimatorCompatSet mCurrentShowAnim; field in WindowDecorActionBar146 mCurrentShowAnim = null;157 mCurrentShowAnim = null;332 if (!enabled && mCurrentShowAnim != null) { in setShowHideAnimationEnabled()333 mCurrentShowAnim.cancel(); in setShowHideAnimationEnabled()753 if (mCurrentShowAnim != null) { in doShow()754 mCurrentShowAnim.cancel(); in doShow()787 mCurrentShowAnim = anim; in doShow()803 if (mCurrentShowAnim != null) { in doHide()804 mCurrentShowAnim.cancel(); in doHide()[all …]
124 private Animator mCurrentShowAnim; field in WindowDecorActionBar140 mCurrentShowAnim = null;151 mCurrentShowAnim = null;335 if (!enabled && mCurrentShowAnim != null) { in setShowHideAnimationEnabled()336 mCurrentShowAnim.end(); in setShowHideAnimationEnabled()761 if (mCurrentShowAnim != null) { in doShow()762 mCurrentShowAnim.end(); in doShow()800 mCurrentShowAnim = anim; in doShow()821 if (mCurrentShowAnim != null) { in doHide()822 mCurrentShowAnim.end(); in doHide()[all …]