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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 92 ViewPropertyAnimatorCompat mCurrentActionBarTopAnimator;
98 mCurrentActionBarTopAnimator = null;
104 mCurrentActionBarTopAnimator = null;
112 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop).translationY(0)
120 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop)
575 if (mCurrentActionBarTopAnimator != null) {
576 mCurrentActionBarTopAnimator.cancel();
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 88 private ViewPropertyAnimator mCurrentActionBarTopAnimator;
94 mCurrentActionBarTopAnimator = null;
100 mCurrentActionBarTopAnimator = null;
123 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
135 mCurrentActionBarTopAnimator = mActionBarTop.animate()
626 if (mCurrentActionBarTopAnimator != null) {
627 mCurrentActionBarTopAnimator.cancel();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 176 milliseconds