Searched refs:mAlwaysConsumeSystemBars (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 91 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 …]
|
D | ViewRootImpl.java | 1053 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()
|
D | View.java | 28889 boolean mAlwaysConsumeSystemBars; field in View.AttachInfo
|