Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java89 private ViewPropertyAnimator mCurrentActionBarTopAnimator; field in ActionBarOverlayLayout
95 mCurrentActionBarTopAnimator = null;
101 mCurrentActionBarTopAnimator = null;
124 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
136 mCurrentActionBarTopAnimator = mActionBarTop.animate()
627 if (mCurrentActionBarTopAnimator != null) {
628 mCurrentActionBarTopAnimator.cancel();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarOverlayLayout.java88 private ViewPropertyAnimatorCompat mCurrentActionBarTopAnimator; field in ActionBarOverlayLayout
95 mCurrentActionBarTopAnimator = null;
101 mCurrentActionBarTopAnimator = null;
124 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop).translationY(0)
136 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop)
636 if (mCurrentActionBarTopAnimator != null) { in haltActionBarHideOffsetAnimations()
637 mCurrentActionBarTopAnimator.cancel(); in haltActionBarHideOffsetAnimations()