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 51 private boolean mIsSplit;
73 mIsSplit = true;
79 setWillNotDraw(mIsSplit ? mSplitBackground == null :
103 setWillNotDraw(mIsSplit ? mSplitBackground == null :
121 setWillNotDraw(mIsSplit ? mSplitBackground == null :
134 if (mIsSplit && mSplitBackground != null) {
138 setWillNotDraw(mIsSplit ? mSplitBackground == null :
154 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
155 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
318 if (mIsSplit) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 71 milliseconds