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

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 45 Drawable mSplitBackground;
72 mSplitBackground = a.getDrawable(R.styleable.ActionBar_backgroundSplit);
76 setWillNotDraw(mIsSplit ? mSplitBackground == null :
100 setWillNotDraw(mIsSplit ? mSplitBackground == null :
118 setWillNotDraw(mIsSplit ? mSplitBackground == null :
124 if (mSplitBackground != null) {
125 mSplitBackground.setCallback(null);
126 unscheduleDrawable(mSplitBackground);
128 mSplitBackground = bg;
131 if (mIsSplit && mSplitBackground != null)
    [all...]
ActionBarContextView.java 58 private Drawable mSplitBackground;
93 mSplitBackground = a.getDrawable(
135 mMenuView.setBackgroundDrawable(mSplitBackground);
250 mMenuView.setBackgroundDrawable(mSplitBackground);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 50 private Drawable mSplitBackground;
74 mSplitBackground = a.getDrawable(
79 setWillNotDraw(mIsSplit ? mSplitBackground == null :
103 setWillNotDraw(mIsSplit ? mSplitBackground == null :
121 setWillNotDraw(mIsSplit ? mSplitBackground == null :
127 if (mSplitBackground != null) {
128 mSplitBackground.setCallback(null);
129 unscheduleDrawable(mSplitBackground);
131 mSplitBackground = bg;
134 if (mIsSplit && mSplitBackground != null)
    [all...]
ActionBarContextView.java 60 private Drawable mSplitBackground;
100 mSplitBackground = a.getDrawable(
142 mMenuView.setBackground(mSplitBackground);
257 mMenuView.setBackgroundDrawable(mSplitBackground);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 408 milliseconds