Home
last modified time | relevance | path

Searched defs:typeInsetsMap (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsets.java148 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets()
203 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets()
225 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets()
250 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local
259 public static void assignCompatInsets(Insets[] typeInsetsMap, Rect insets) { in assignCompatInsets()
265 private static boolean[] createCompatVisibilityMap(@Nullable Insets[] typeInsetsMap) { in createCompatVisibilityMap()
977 Insets[] typeInsetsMap, int left, int top, int right, int bottom) { in insetInsets()