Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java91 private ViewPropertyAnimator mCurrentActionBarTopAnimator; field in ActionBarOverlayLayout
97 mCurrentActionBarTopAnimator = null;
103 mCurrentActionBarTopAnimator = null;
126 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
138 mCurrentActionBarTopAnimator = mActionBarTop.animate()
643 if (mCurrentActionBarTopAnimator != null) {
644 mCurrentActionBarTopAnimator.cancel();