Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DWindowDecorActionBar.java129 private ViewPropertyAnimatorCompatSet mCurrentShowAnim; field in WindowDecorActionBar
147 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 …]
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java119 private Animator mCurrentShowAnim; field in WindowDecorActionBar
135 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 …]