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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 59 private ActionBarContainer mActionBarBottom;
126 if (mActionBarBottom != null && mActionBarBottom.getVisibility() != GONE) {
127 mCurrentActionBarBottomAnimator = mActionBarBottom.animate().translationY(0)
139 if (mActionBarBottom != null && mActionBarBottom.getVisibility() != GONE) {
140 mCurrentActionBarBottomAnimator = mActionBarBottom.animate()
141 .translationY(mActionBarBottom.getHeight())
321 if (mActionBarBottom != null) {
322 changed |= applyInsets(mActionBarBottom, systemInsets, true, false, true, true)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
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-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 714 milliseconds