Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java86 private final boolean mSystemWindowInsetsConsumed; field in WindowInsets
135 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()
136 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()
160 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()
439 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()
461 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()
517 if (mSystemWindowInsetsConsumed) { in replaceSystemWindowInsets()
735 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, null, in consumeStableInsets()
809 mSystemWindowInsetsConsumed in inset()
832 && mSystemWindowInsetsConsumed == that.mSystemWindowInsetsConsumed in equals()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79566 Landroid/view/WindowInsets;->mSystemWindowInsetsConsumed:Z