Home | History | Annotate | Download | only in widget

Lines Matching defs:mIsSplit

49     boolean mIsSplit;
72 mIsSplit = true;
77 setWillNotDraw(mIsSplit ? mSplitBackground == null :
101 setWillNotDraw(mIsSplit ? mSplitBackground == null :
119 setWillNotDraw(mIsSplit ? mSplitBackground == null :
132 if (mIsSplit && mSplitBackground != null) {
136 setWillNotDraw(mIsSplit ? mSplitBackground == null :
152 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
153 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
307 if (mIsSplit) {