Home
last modified time | relevance | path

Searched refs:mIsSplit (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java48 private boolean mIsSplit; field in ActionBarContainer
70 mIsSplit = true; in ActionBarContainer()
76 setWillNotDraw(mIsSplit ? mSplitBackground == null : in ActionBarContainer()
100 setWillNotDraw(mIsSplit ? mSplitBackground == null : in setPrimaryBackground()
118 setWillNotDraw(mIsSplit ? mSplitBackground == null : in setStackedBackground()
131 if (mIsSplit && mSplitBackground != null) { in setSplitBackground()
135 setWillNotDraw(mIsSplit ? mSplitBackground == null : in setSplitBackground()
331 if (mIsSplit) { in onLayout()
370 if (mIsSplit) { in draw()
386 if (mIsSplit) { in getOutline()
[all …]