Searched defs:mIsSplit (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarContainer.java50 boolean mIsSplit; field in class:ActionBarContainer
75 mIsSplit = true;
80 setWillNotDraw(mIsSplit ? mSplitBackground == null :
104 setWillNotDraw(mIsSplit ? mSplitBackground == null :
122 setWillNotDraw(mIsSplit ? mSplitBackground == null :
135 if (mIsSplit && mSplitBackground != null) {
139 setWillNotDraw(mIsSplit ? mSplitBackground == null :
155 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
156 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
301 if (mIsSplit) {
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java48 private boolean mIsSplit; field in class:ActionBarContainer
70 mIsSplit = true;
76 setWillNotDraw(mIsSplit ? mSplitBackground == null :
100 setWillNotDraw(mIsSplit ? mSplitBackground == null :
118 setWillNotDraw(mIsSplit ? mSplitBackground == null :
131 if (mIsSplit && mSplitBackground != null) {
135 setWillNotDraw(mIsSplit ? mSplitBackground == null :
151 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
152 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
331 if (mIsSplit) {
[all...]

Completed in 81 milliseconds