Searched defs:typeInsetsMap (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 148 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()
|
D | WindowInsets.java | 130 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()
|