Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java92 private ViewPropertyAnimator mCurrentActionBarBottomAnimator; field in ActionBarOverlayLayout
112 mCurrentActionBarBottomAnimator = null;
118 mCurrentActionBarBottomAnimator = null;
129 mCurrentActionBarBottomAnimator = mActionBarBottom.animate().translationY(0)
142 mCurrentActionBarBottomAnimator = mActionBarBottom.animate()
646 if (mCurrentActionBarBottomAnimator != null) {
647 mCurrentActionBarBottomAnimator.cancel();