Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java131 @Nullable Insets[] typeMaxInsetsMap, in WindowInsets() argument
146 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()
149 : typeMaxInsetsMap.clone(); in WindowInsets()
H A DInsetsState.java144 Insets[] typeMaxInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local
175 true /* ignoreVisibility */, typeMaxInsetsMap, null /* idSideMap */, in calculateInsets()
192 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()