Searched defs:mCurrentActionBarBottomAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java90 private ViewPropertyAnimator mCurrentActionBarBottomAnimator; field in class:ActionBarOverlayLayout
110 mCurrentActionBarBottomAnimator = null;
116 mCurrentActionBarBottomAnimator = null;
127 mCurrentActionBarBottomAnimator = mActionBarBottom.animate().translationY(0)
140 mCurrentActionBarBottomAnimator = mActionBarBottom.animate()
644 if (mCurrentActionBarBottomAnimator != null) {
645 mCurrentActionBarBottomAnimator.cancel();

Completed in 72 milliseconds