HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentActionBarBottomAnimator (Results 1 - 5 of 5) 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()
644 if (mCurrentActionBarBottomAnimator != null) {
645 mCurrentActionBarBottomAnimator.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 59 milliseconds