Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsets.java79 private final Insets[] mTypeInsetsMap; field in WindowInsets
161 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()
342 return getInsets(mTypeInsetsMap, typeMask); in getInsets()
800 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets()
859 return getInsets(mTypeInsetsMap, TAPPABLE_ELEMENT); in getTappableElementInsets()
888 Insets insets = mTypeInsetsMap[i]; in toString()
1017 && Arrays.equals(mTypeInsetsMap, that.mTypeInsetsMap) in equals()
1083 private final Insets[] mTypeInsetsMap; field in WindowInsets.Builder
1101 mTypeInsetsMap = new Insets[SIZE]; in Builder()
1112 mTypeInsetsMap = insets.mTypeInsetsMap.clone(); in Builder()
[all …]