Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsets.java100 private final int mCompatInsetsTypes; field in WindowInsets
173 mCompatInsetsTypes = compatInsetsTypes; in WindowInsets()
196 src.mCompatInsetsTypes, in WindowInsets()
323 ? getInsetsIgnoringVisibility(mCompatInsetsTypes & ~ime()) in getSystemWindowInsets()
324 : getInsets(mCompatInsetsTypes); in getSystemWindowInsets()
327 if ((mCompatInsetsTypes & ime()) != 0 && mCompatIgnoreVisibility) { in getSystemWindowInsets()
546 mCompatInsetsTypes, mCompatIgnoreVisibility); in consumeDisplayCutout()
597 mRoundedCorners, mPrivacyIndicatorBounds, mCompatInsetsTypes, in consumeSystemWindowInsets()
671 return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes); in getStableInsets()
1003 mCompatInsetsTypes, mCompatIgnoreVisibility); in insetUnchecked()