Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java144 : typeInsetsMap.clone(); in WindowInsets()
226 typeInsetsMap[indexOf(i)] = insets; in setInsets()
249 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local
250 assignCompatInsets(typeInsetsMap, insets); in createCompatTypeMap()
251 return typeInsetsMap; in createCompatTypeMap()
260 typeInsetsMap[indexOf(NAVIGATION_BARS)] = in assignCompatInsets()
270 if (typeInsetsMap == null) { in createCompatVisibilityMap()
1084 Insets insets = typeInsetsMap[i]; in insetInsets()
1091 typeInsetsMap = typeInsetsMap.clone(); in insetInsets()
1094 typeInsetsMap[i] = insetInsets; in insetInsets()
[all …]
H A DInsetsState.java143 Insets[] typeInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local
349 Insets[] typeInsetsMap, @Nullable @InternalInsetsSide SparseIntArray idSideMap, in processSource() argument
354 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
363 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
370 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
372 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
374 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
379 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType() argument
388 Insets existing = typeInsetsMap[index]; in processSourceAsPublicType()
390 typeInsetsMap[index] = insets; in processSourceAsPublicType()
[all …]