Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsets.java163 : typeInsetsMap.clone(); in WindowInsets()
241 typeInsetsMap[indexOf(i)] = insets; in setInsets()
261 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local
262 assignCompatInsets(typeInsetsMap, insets); in createCompatTypeMap()
263 return typeInsetsMap; in createCompatTypeMap()
272 typeInsetsMap[indexOf(NAVIGATION_BARS)] = in assignCompatInsets()
278 if (typeInsetsMap == null) { in createCompatVisibilityMap()
1044 Insets insets = typeInsetsMap[i]; in insetInsets()
1051 typeInsetsMap = typeInsetsMap.clone(); in insetInsets()
1054 typeInsetsMap[i] = insetInsets; in insetInsets()
[all …]
H A DInsetsState.java203 Insets[] typeInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local
212 if (typeInsetsMap[index] == null) { in calculateInsets()
213 typeInsetsMap[index] = Insets.NONE; in calculateInsets()
218 processSource(source, relativeFrame, false /* ignoreVisibility */, typeInsetsMap, in calculateInsets()
377 Insets[] typeInsetsMap, @Nullable @InternalInsetsSide SparseIntArray typeSideMap, in processSource() argument
382 processSourceAsPublicType(source, typeInsetsMap, typeSideMap, typeVisibilityMap, in processSource()
391 processSourceAsPublicType(source, typeInsetsMap, typeSideMap, typeVisibilityMap, in processSource()
396 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType() argument
400 Insets existing = typeInsetsMap[index]; in processSourceAsPublicType()
402 typeInsetsMap[index] = insets; in processSourceAsPublicType()
[all …]