Searched refs:mCurrentActionBarTopAnimator (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java89 private ViewPropertyAnimator mCurrentActionBarTopAnimator; field in class:ActionBarOverlayLayout
95 mCurrentActionBarTopAnimator = null;
101 mCurrentActionBarTopAnimator = null;
124 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
136 mCurrentActionBarTopAnimator = mActionBarTop.animate()
641 if (mCurrentActionBarTopAnimator != null) {
642 mCurrentActionBarTopAnimator.cancel();
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarOverlayLayout.java94 ViewPropertyAnimator mCurrentActionBarTopAnimator; field in class:ActionBarOverlayLayout
99 mCurrentActionBarTopAnimator = null;
105 mCurrentActionBarTopAnimator = null;
114 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
123 mCurrentActionBarTopAnimator = mActionBarTop.animate()
582 if (mCurrentActionBarTopAnimator != null) {
583 mCurrentActionBarTopAnimator.cancel();

Completed in 29 milliseconds