Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java91 private final boolean mAlwaysConsumeSystemBars; field in WindowInsets
166 mAlwaysConsumeSystemBars = alwaysConsumeSystemBars; in WindowInsets()
184 src.mAlwaysConsumeSystemBars, displayCutoutCopyConstructorArgument(src), in WindowInsets()
503 mIsRound, mAlwaysConsumeSystemBars, in consumeDisplayCutout()
554 mIsRound, mAlwaysConsumeSystemBars, in consumeSystemWindowInsets()
839 return mAlwaysConsumeSystemBars; in shouldAlwaysConsumeSystemBars()
935 mIsRound, mAlwaysConsumeSystemBars, in inset()
951 && mAlwaysConsumeSystemBars == that.mAlwaysConsumeSystemBars in equals()
965 mAlwaysConsumeSystemBars, mSystemWindowInsetsConsumed, mStableInsetsConsumed, in hashCode()
1028 private boolean mAlwaysConsumeSystemBars; field in WindowInsets.Builder
[all …]
DViewRootImpl.java1053 mAttachInfo.mAlwaysConsumeSystemBars =
1055 mPendingAlwaysConsumeSystemBars = mAttachInfo.mAlwaysConsumeSystemBars;
2267 mAttachInfo.mAlwaysConsumeSystemBars, mPendingDisplayCutout.get(), in getWindowInsets()
2658 mPendingAlwaysConsumeSystemBars != mAttachInfo.mAlwaysConsumeSystemBars; in performTraversals()
2674 mAttachInfo.mAlwaysConsumeSystemBars = mPendingAlwaysConsumeSystemBars; in performTraversals()
DView.java28889 boolean mAlwaysConsumeSystemBars; field in View.AttachInfo