HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentActionBarTopAnimator (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 89 private ViewPropertyAnimator mCurrentActionBarTopAnimator;
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/
ActionBarOverlayLayout.java 88 private ViewPropertyAnimatorCompat mCurrentActionBarTopAnimator;
95 mCurrentActionBarTopAnimator = null;
101 mCurrentActionBarTopAnimator = null;
124 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop).translationY(0)
136 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop)
636 if (mCurrentActionBarTopAnimator != null) {
637 mCurrentActionBarTopAnimator.cancel();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 30 milliseconds