Home | History | Annotate | Download | only in widget

Lines Matching defs:mIsSplit

48     private boolean mIsSplit;
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);
315 if (mIsSplit) {
354 if (mIsSplit) {
370 if (mIsSplit) {
392 if (mIsSplit) {