Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java97 private final boolean mStableInsetsConsumed; field in WindowInsets
165 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()
166 mTypeMaxInsetsMap = mStableInsetsConsumed in WindowInsets()
191 src.mStableInsetsConsumed ? null : src.mTypeMaxInsetsMap, in WindowInsets()
542 mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeDisplayCutout()
564 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()
987 mStableInsetsConsumed in insetUnchecked()
1015 && mStableInsetsConsumed == that.mStableInsetsConsumed in equals()
1029 mAlwaysConsumeSystemBars, mSystemWindowInsetsConsumed, mStableInsetsConsumed, in hashCode()
1087 private boolean mStableInsetsConsumed = true; field in WindowInsets.Builder
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68458 Landroid/view/WindowInsets;->mStableInsetsConsumed:Z