Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java105 private final int mCompatInsetsTypes; field in WindowInsets
170 mCompatInsetsTypes = compatInsetsTypes; in WindowInsets()
204 src.mCompatInsetsTypes, in WindowInsets()
343 ? getInsetsIgnoringVisibility(mCompatInsetsTypes & ~ime()) in getSystemWindowInsets()
344 : getInsets(mCompatInsetsTypes); in getSystemWindowInsets()
347 if ((mCompatInsetsTypes & ime()) != 0 && mCompatIgnoreVisibility) { in getSystemWindowInsets()
680 mCompatInsetsTypes, mCompatIgnoreVisibility, in consumeDisplayCutout()
735 (mCompatInsetsTypes & displayCutout()) != 0 in consumeSystemWindowInsets()
737 mRoundedCorners, mPrivacyIndicatorBounds, mDisplayShape, mCompatInsetsTypes, in consumeSystemWindowInsets()
1063 result.append("compatInsetsTypes=" + Type.toString(mCompatInsetsTypes)); in toString()
[all …]