Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsState.java204 Insets[] typeMaxInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local
231 true /* ignoreVisibility */, typeMaxInsetsMap, null /* typeSideMap */, in calculateInsets()
248 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
H A DWindowInsets.java153 @Nullable Insets[] typeMaxInsetsMap, in WindowInsets() argument
165 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()
168 : typeMaxInsetsMap.clone(); in WindowInsets()