Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java1199 : insetBoundingRects(mTypeBoundingRectsMap, left, top, right, bottom, in insetUnchecked()
1203 : insetBoundingRects(mTypeMaxBoundingRectsMap, left, top, right, bottom, in insetUnchecked()
1282 static Rect[][] insetBoundingRects(Rect[][] typeBoundingRectsMap, in insetBoundingRects() method in WindowInsets
1294 final Rect[] insetBoundingRects = insetBoundingRects(boundingRects, in insetBoundingRects() local
1296 if (!Arrays.equals(insetBoundingRects, boundingRects)) { in insetBoundingRects()
1301 typeBoundingRectsMap[i] = insetBoundingRects; in insetBoundingRects()
1307 static Rect[] insetBoundingRects(Rect[] boundingRects, in insetBoundingRects() method in WindowInsets