Searched defs:insetRect (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/ |
D | ScreenshotShelfView.kt | 111 val insetRect = Rect(0, 0, gestureInsets.left, displayMetrics.heightPixels) in <lambda>() constant
|
/frameworks/base/core/java/android/view/ |
D | PrivacyIndicatorBounds.java | 92 private static Rect insetRect(Rect orig, int insetLeft, int insetTop, int insetRight, in insetRect() method in PrivacyIndicatorBounds
|
D | WindowInsets.java | 1311 final Rect insetRect = insetRect(boundingRects[i], left, top, right, bottom, in insetBoundingRects() local 1320 private static Rect insetRect(Rect orig, int insetLeft, int insetTop, int insetRight, in insetRect() method in WindowInsets 1331 final Rect insetRect = new Rect(); in insetRect() local
|