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

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 44 Drawable mStackedBackground;
66 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...]
  /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.jar 

Completed in 37 milliseconds