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

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 46 boolean mIsSplit;
71 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);
295 if (mIsSplit) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 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) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 33 milliseconds