Searched refs:typeInsetsMap (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 142 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets() argument 156 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets() 159 : typeInsetsMap.clone(); in WindowInsets() 226 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets() argument 232 Insets insets = typeInsetsMap[indexOf(i)]; in getInsets() 248 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets() argument 253 typeInsetsMap[indexOf(i)] = insets; in setInsets() 277 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local 278 assignCompatInsets(typeInsetsMap, insets); in createCompatTypeMap() 279 return typeInsetsMap; in createCompatTypeMap() [all …]
|
D | InsetsState.java | 124 Insets[] typeInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local 145 processSource(source, relativeFrame, false /* ignoreVisibility */, typeInsetsMap, in calculateInsets() 175 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets() 333 Insets[] typeInsetsMap, @Nullable @InternalInsetsSide SparseIntArray idSideMap, in processSource() argument 339 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource() 348 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource() 355 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource() 357 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource() 359 processSourceAsPublicType(source, typeInsetsMap, idSideMap, typeVisibilityMap, in processSource() 364 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType() argument [all …]
|