Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsAnimationControlImpl.java134 final SparseIntArray idSideMap = new SparseIntArray(); in InsetsAnimationControlImpl() local
139 idSideMap); in InsetsAnimationControlImpl()
144 idSideMap.put(ID_IME, SIDE_BOTTOM); in InsetsAnimationControlImpl()
146 buildSideControlsMap(idSideMap, mSideControlsMap, controls); in InsetsAnimationControlImpl()
404 @Nullable @InternalInsetsSide SparseIntArray idSideMap) { in getInsetsFromState() argument
408 ACTIVITY_TYPE_UNDEFINED, idSideMap).getInsets(mTypes); in getInsetsFromState()
414 @Nullable @InternalInsetsSide SparseIntArray idSideMap) { in calculateInsets() argument
423 return getInsetsFromState(state, frame, idSideMap); in calculateInsets()
527 private static void buildSideControlsMap(SparseIntArray idSideMap, in buildSideControlsMap() argument
530 for (int i = idSideMap.size() - 1; i >= 0; i--) { in buildSideControlsMap()
[all …]
DInsetsState.java123 @Nullable @InternalInsetsSide SparseIntArray idSideMap) { in calculateInsets() argument
146 idSideMap, typeVisibilityMap, typeBoundingRectsMap); in calculateInsets()
333 Insets[] typeInsetsMap, @Nullable @InternalInsetsSide SparseIntArray idSideMap, in processSource() argument
339 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
348 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
355 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
357 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
359 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource()
365 @InternalInsetsSide @Nullable SparseIntArray idSideMap, in processSourceAsPublicType() argument
386 if (idSideMap != null) { in processSourceAsPublicType()
[all …]