Searched defs:typeInsetsMap (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 152 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets() 214 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets() 236 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets() 261 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local 270 public static void assignCompatInsets(Insets[] typeInsetsMap, Rect insets) { in assignCompatInsets() 276 private static boolean[] createCompatVisibilityMap(@Nullable Insets[] typeInsetsMap) { in createCompatVisibilityMap() 1041 Insets[] typeInsetsMap, int left, int top, int right, int bottom) { in insetInsets()
|
H A D | InsetsState.java | 203 Insets[] typeInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local 377 Insets[] typeInsetsMap, @Nullable @InternalInsetsSide SparseIntArray typeSideMap, in processSource() 396 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType()
|