Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java149 Insets[] typeMaxInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local
156 WindowInsets.assignCompatInsets(typeMaxInsetsMap, legacyStableInsets); in calculateInsets()
182 typeMaxInsetsMap, null /* typeSideMap */, null /* typeVisibilityMap */); in calculateInsets()
185 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
DWindowInsets.java131 @Nullable Insets[] typeMaxInsetsMap, in WindowInsets() argument
140 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()
143 : typeMaxInsetsMap.clone(); in WindowInsets()