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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 90 private ViewPropertyAnimator mCurrentActionBarBottomAnimator;
110 mCurrentActionBarBottomAnimator = null;
116 mCurrentActionBarBottomAnimator = null;
127 mCurrentActionBarBottomAnimator = mActionBarBottom.animate().translationY(0)
140 mCurrentActionBarBottomAnimator = mActionBarBottom.animate()
630 if (mCurrentActionBarBottomAnimator != null) {
631 mCurrentActionBarBottomAnimator.cancel();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 89 private ViewPropertyAnimatorCompat mCurrentActionBarBottomAnimator;
110 mCurrentActionBarBottomAnimator = null;
116 mCurrentActionBarBottomAnimator = null;
127 mCurrentActionBarBottomAnimator = ViewCompat.animate(mActionBarBottom).translationY(0)
140 mCurrentActionBarBottomAnimator = ViewCompat.animate(mActionBarBottom)
639 if (mCurrentActionBarBottomAnimator != null) {
640 mCurrentActionBarBottomAnimator.cancel();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 54 milliseconds