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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarContainer.java 47 Drawable mStackedBackground;
69 mStackedBackground = a.getDrawable(
80 mBackground == null && mStackedBackground == null);
104 mBackground == null && mStackedBackground == null);
109 if (mStackedBackground != null) {
110 mStackedBackground.setCallback(null);
111 unscheduleDrawable(mStackedBackground);
113 mStackedBackground = bg;
116 if ((mIsStacked && mStackedBackground != null)) {
117 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop()
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 46 private Drawable mStackedBackground;
65 mStackedBackground = a.getDrawable(
77 mBackground == null && mStackedBackground == null);
101 mBackground == null && mStackedBackground == null);
106 if (mStackedBackground != null) {
107 mStackedBackground.setCallback(null);
108 unscheduleDrawable(mStackedBackground);
110 mStackedBackground = bg;
113 if ((mIsStacked && mStackedBackground != null)) {
114 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop()
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 149 milliseconds