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

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionBarOverlayLayout.java 94 ViewPropertyAnimator mCurrentActionBarTopAnimator;
99 mCurrentActionBarTopAnimator = null;
105 mCurrentActionBarTopAnimator = null;
114 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
123 mCurrentActionBarTopAnimator = mActionBarTop.animate()
582 if (mCurrentActionBarTopAnimator != null) {
583 mCurrentActionBarTopAnimator.cancel();
  /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()
641 if (mCurrentActionBarTopAnimator != null) {
642 mCurrentActionBarTopAnimator.cancel();
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 261 milliseconds