Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarOverlayLayout.java90 private ViewPropertyAnimatorCompat mCurrentActionBarTopAnimator; field in ActionBarOverlayLayout
96 mCurrentActionBarTopAnimator = null;
102 mCurrentActionBarTopAnimator = null;
110 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop).translationY(0)
118 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop)
575 if (mCurrentActionBarTopAnimator != null) { in haltActionBarHideOffsetAnimations()
576 mCurrentActionBarTopAnimator.cancel(); in haltActionBarHideOffsetAnimations()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java88 private ViewPropertyAnimator mCurrentActionBarTopAnimator; field in ActionBarOverlayLayout
94 mCurrentActionBarTopAnimator = null;
100 mCurrentActionBarTopAnimator = null;
123 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
135 mCurrentActionBarTopAnimator = mActionBarTop.animate()
626 if (mCurrentActionBarTopAnimator != null) {
627 mCurrentActionBarTopAnimator.cancel();