Searched refs:mCurrentActionBarBottomAnimator (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java89 private ViewPropertyAnimator mCurrentActionBarBottomAnimator; field in class:ActionBarOverlayLayout
109 mCurrentActionBarBottomAnimator = null;
115 mCurrentActionBarBottomAnimator = null;
126 mCurrentActionBarBottomAnimator = mActionBarBottom.animate().translationY(0)
139 mCurrentActionBarBottomAnimator = mActionBarBottom.animate()
629 if (mCurrentActionBarBottomAnimator != null) {
630 mCurrentActionBarBottomAnimator.cancel();

Completed in 71 milliseconds