Searched refs:mCurrentShowAnim (Results 1 – 2 of 2) sorted by relevance
129 private ViewPropertyAnimatorCompatSet mCurrentShowAnim; field in WindowDecorActionBar147 mCurrentShowAnim = null;158 mCurrentShowAnim = null;340 if (!enabled && mCurrentShowAnim != null) { in setShowHideAnimationEnabled()341 mCurrentShowAnim.cancel(); in setShowHideAnimationEnabled()766 if (mCurrentShowAnim != null) { in doShow()767 mCurrentShowAnim.cancel(); in doShow()806 mCurrentShowAnim = anim; in doShow()827 if (mCurrentShowAnim != null) { in doHide()828 mCurrentShowAnim.cancel(); in doHide()[all …]
119 private Animator mCurrentShowAnim; field in WindowDecorActionBar135 mCurrentShowAnim = null;146 mCurrentShowAnim = null;330 if (!enabled && mCurrentShowAnim != null) { in setShowHideAnimationEnabled()331 mCurrentShowAnim.end(); in setShowHideAnimationEnabled()756 if (mCurrentShowAnim != null) { in doShow()757 mCurrentShowAnim.end(); in doShow()795 mCurrentShowAnim = anim; in doShow()816 if (mCurrentShowAnim != null) { in doHide()817 mCurrentShowAnim.end(); in doHide()[all …]