Home
last modified time | relevance | path

Searched refs:mCurrentShowAnim (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DWindowDecorActionBar.java131 ViewPropertyAnimatorCompatSet mCurrentShowAnim; field in WindowDecorActionBar
144 mCurrentShowAnim = null;
155 mCurrentShowAnim = null;
334 if (!enabled && mCurrentShowAnim != null) { in setShowHideAnimationEnabled()
335 mCurrentShowAnim.cancel(); in setShowHideAnimationEnabled()
788 if (mCurrentShowAnim != null) { in doShow()
789 mCurrentShowAnim.cancel(); in doShow()
821 mCurrentShowAnim = anim; in doShow()
837 if (mCurrentShowAnim != null) { in doHide()
838 mCurrentShowAnim.cancel(); in doHide()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java123 private Animator mCurrentShowAnim; field in WindowDecorActionBar
139 mCurrentShowAnim = null;
150 mCurrentShowAnim = null;
334 if (!enabled && mCurrentShowAnim != null) { in setShowHideAnimationEnabled()
335 mCurrentShowAnim.end(); in setShowHideAnimationEnabled()
762 if (mCurrentShowAnim != null) { in doShow()
763 mCurrentShowAnim.end(); in doShow()
801 mCurrentShowAnim = anim; in doShow()
822 if (mCurrentShowAnim != null) { in doHide()
823 mCurrentShowAnim.end(); in doHide()
[all …]