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
169 mAlwaysConsumeSystemBars = alwaysConsumeSystemBars; in WindowInsets()
190 src.mAlwaysConsumeSystemBars, displayCutoutCopyConstructorArgument(src), in WindowInsets()
548 mIsRound, mAlwaysConsumeSystemBars, in consumeDisplayCutout()
599 mIsRound, mAlwaysConsumeSystemBars, in consumeSystemWindowInsets()
885 return mAlwaysConsumeSystemBars; in shouldAlwaysConsumeSystemBars()
1005 mIsRound, mAlwaysConsumeSystemBars, in insetUnchecked()
1027 && mAlwaysConsumeSystemBars == that.mAlwaysConsumeSystemBars in equals()
1043 mAlwaysConsumeSystemBars, mSystemWindowInsetsConsumed, mStableInsetsConsumed, in hashCode()
1107 private boolean mAlwaysConsumeSystemBars; field in WindowInsets.Builder
[all …]
DViewRootImpl.java1310 mAttachInfo.mAlwaysConsumeSystemBars =
1312 mPendingAlwaysConsumeSystemBars = mAttachInfo.mAlwaysConsumeSystemBars;
2722 config.isScreenRound(), mAttachInfo.mAlwaysConsumeSystemBars, in getWindowInsets()
3164 mPendingAlwaysConsumeSystemBars != mAttachInfo.mAlwaysConsumeSystemBars; in performTraversals()
3180 mAttachInfo.mAlwaysConsumeSystemBars = mPendingAlwaysConsumeSystemBars; in performTraversals()
DView.java30058 boolean mAlwaysConsumeSystemBars; field in View.AttachInfo