Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java84 private final Insets[] mTypeInsetsMap; field in WindowInsets
157 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()
196 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()
362 return getInsets(mTypeInsetsMap, typeMask); in getInsets()
498 return !getInsets(mTypeInsetsMap, all()).equals(Insets.NONE) in hasInsets()
675 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()
940 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets()
970 return getInsets(mTypeInsetsMap, MANDATORY_SYSTEM_GESTURES); in getMandatorySystemGestureInsets()
999 return getInsets(mTypeInsetsMap, TAPPABLE_ELEMENT); in getTappableElementInsets()
1035 Insets insets = mTypeInsetsMap[i]; in toString()
[all …]