Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java125 Insets[] typeMaxInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local
158 true /* ignoreVisibility */, typeMaxInsetsMap, null /* idSideMap */, in calculateInsets()
175 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
DWindowInsets.java143 @Nullable Insets[] typeMaxInsetsMap, in WindowInsets() argument
161 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()
164 : typeMaxInsetsMap.clone(); in WindowInsets()