Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java76 private final Insets[] mTypeInsetsMap; field in WindowInsets
142 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()
334 return getInsets(mTypeInsetsMap, typeMask); in getInsets()
813 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets()
872 return getInsets(mTypeInsetsMap, TAPPABLE_ELEMENT); in getTappableElementInsets()
908 Insets insets = mTypeInsetsMap[i]; in toString()
1055 && Arrays.equals(mTypeInsetsMap, that.mTypeInsetsMap) in equals()
1123 private final Insets[] mTypeInsetsMap; field in WindowInsets.Builder
1143 mTypeInsetsMap = new Insets[SIZE]; in Builder()
1154 mTypeInsetsMap = insets.mTypeInsetsMap.clone(); in Builder()
[all …]