Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java84 private final boolean mAlwaysConsumeSystemBars; field in WindowInsets
147 mAlwaysConsumeSystemBars = alwaysConsumeSystemBars; in WindowInsets()
163 src.mAlwaysConsumeSystemBars, displayCutoutCopyConstructorArgument(src)); in WindowInsets()
442 mIsRound, mAlwaysConsumeSystemBars, in consumeDisplayCutout()
488 mIsRound, mAlwaysConsumeSystemBars, in consumeSystemWindowInsets()
736 mTypeVisibilityMap, mIsRound, mAlwaysConsumeSystemBars, in consumeStableInsets()
744 return mAlwaysConsumeSystemBars; in shouldAlwaysConsumeSystemBars()
816 mIsRound, mAlwaysConsumeSystemBars, in inset()
831 && mAlwaysConsumeSystemBars == that.mAlwaysConsumeSystemBars in equals()
845 mAlwaysConsumeSystemBars, mSystemWindowInsetsConsumed, mStableInsetsConsumed, in hashCode()
[all …]
DViewRootImpl.java917 mAttachInfo.mAlwaysConsumeSystemBars =
919 mPendingAlwaysConsumeSystemBars = mAttachInfo.mAlwaysConsumeSystemBars;
1922 mAttachInfo.mAlwaysConsumeSystemBars, displayCutout, in getWindowInsets()
2124 if (mPendingAlwaysConsumeSystemBars != mAttachInfo.mAlwaysConsumeSystemBars) { in performTraversals()
2327 mPendingAlwaysConsumeSystemBars != mAttachInfo.mAlwaysConsumeSystemBars; in performTraversals()
2357 mAttachInfo.mAlwaysConsumeSystemBars = mPendingAlwaysConsumeSystemBars; in performTraversals()
DView.java28481 boolean mAlwaysConsumeSystemBars; field in View.AttachInfo