Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java142 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets()
226 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets()
248 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets()
277 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local
286 public static void assignCompatInsets(Insets[] typeInsetsMap, Rect insets) { in assignCompatInsets()
296 private static boolean[] createCompatVisibilityMap(@Nullable Insets[] typeInsetsMap) { in createCompatVisibilityMap()
1252 Insets[] typeInsetsMap, int left, int top, int right, int bottom) { in insetInsets()
DInsetsState.java124 Insets[] typeInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local
333 Insets[] typeInsetsMap, @Nullable @InternalInsetsSide SparseIntArray idSideMap, in processSource()
364 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType()