Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java148 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets() argument
154 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()
157 : typeInsetsMap.clone(); in WindowInsets()
203 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets() argument
209 Insets insets = typeInsetsMap[indexOf(i)]; in getInsets()
225 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets() argument
230 typeInsetsMap[indexOf(i)] = insets; in setInsets()
250 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local
251 assignCompatInsets(typeInsetsMap, insets); in createCompatTypeMap()
252 return typeInsetsMap; in createCompatTypeMap()
[all …]