Searched defs:typeInsetsMap (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 149 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets() 211 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets() 233 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets() 258 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local 267 public static void assignCompatInsets(Insets[] typeInsetsMap, Rect insets) { in assignCompatInsets() 273 private static boolean[] createCompatVisibilityMap(@Nullable Insets[] typeInsetsMap) { in createCompatVisibilityMap() 1055 Insets[] typeInsetsMap, int left, int top, int right, int bottom) { in insetInsets()
|
D | InsetsState.java | 223 Insets[] typeInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local 428 Insets[] typeInsetsMap, @Nullable @InternalInsetsSide SparseIntArray typeSideMap, in processSource() 458 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType()
|