Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java148 Insets[] typeInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local
190 Insets[] typeInsetsMap, @Nullable @InsetSide SparseIntArray typeSideMap, in processSource()
209 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType()
DWindowInsets.java130 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets()
180 private static Insets getInsets(Insets[] typeInsetsMap, @InsetType int typeMask) { in getInsets()
202 private static void setInsets(Insets[] typeInsetsMap, @InsetType int typeMask, Insets insets) { in setInsets()
857 Insets[] typeInsetsMap, int left, int top, int right, int bottom) { in insetInsets()