Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java89 private final boolean mSystemWindowInsetsConsumed; field in WindowInsets
141 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()
142 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()
173 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()
551 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()
574 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()
639 if (mSystemWindowInsetsConsumed) { in replaceSystemWindowInsets()
1020 mSystemWindowInsetsConsumed in insetUnchecked()
1052 && mSystemWindowInsetsConsumed == that.mSystemWindowInsetsConsumed in equals()
1115 return mSystemWindowInsetsConsumed; in isSystemWindowInsetsConsumed()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65137 Landroid/view/WindowInsets;->mSystemWindowInsetsConsumed:Z