Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsets.java96 private final boolean mSystemWindowInsetsConsumed; field in WindowInsets
160 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()
161 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()
190 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()
541 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()
564 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()
626 if (mSystemWindowInsetsConsumed) { in replaceSystemWindowInsets()
984 mSystemWindowInsetsConsumed in insetUnchecked()
1014 && mSystemWindowInsetsConsumed == that.mSystemWindowInsetsConsumed in equals()
1075 return mSystemWindowInsetsConsumed; in isSystemWindowInsetsConsumed()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68460 Landroid/view/WindowInsets;->mSystemWindowInsetsConsumed:Z