Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java226 Insets[] typeInsetMap = new Insets[SIZE]; in createCompatTypeMap() local
234 static void assignCompatInsets(Insets[] typeInsetMap, Rect insets) { in assignCompatInsets()
239 private static boolean[] createCompatVisibilityMap(@Nullable Insets[] typeInsetMap) { in createCompatVisibilityMap()