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

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 45 private Drawable mStackedBackground;
62 mStackedBackground = a.getDrawable(
73 mBackground == null && mStackedBackground == null);
92 mBackground == null && mStackedBackground == null);
97 if (mStackedBackground != null) {
98 mStackedBackground.setCallback(null);
99 unscheduleDrawable(mStackedBackground);
101 mStackedBackground = bg;
106 mBackground == null && mStackedBackground == null);
120 mBackground == null && mStackedBackground == null)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 42 private Drawable mStackedBackground;
59 mStackedBackground = a.getDrawable(
70 mBackground == null && mStackedBackground == null);
93 mBackground == null && mStackedBackground == null);
98 if (mStackedBackground != null) {
99 mStackedBackground.setCallback(null);
100 unscheduleDrawable(mStackedBackground);
102 mStackedBackground = bg;
105 if ((mIsStacked && mStackedBackground != null)) {
106 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop()
    [all...]

Completed in 17 milliseconds