| /platform_testing/libraries/flicker/test/src/android/tools/common/datatypes/ |
| D | RectTest.kt | 38 var rect = Rect.from(0, 0, 10, 10) in testIntersects1() variable 58 var rect = Rect.from(0, 0, 10, 10) in testIntersects2() variable 70 val rect = Rect.from(1, 1, 20, 20) in testContains1() constant 79 val rect = Rect.from(1, 1, 20, 20) in testContains2() constant 92 val rect = Rect.from(6, 6, 10, 10) in testWidth() constant 98 val rect = Rect.from(6, 6, 10, 10) in testHeight() constant 104 var rect = Rect.EMPTY in testIsEmpty() variable 116 var rect = Rect.from(10, 10, 20, 20) in testCenterY() variable 126 var rect = Rect.from(10, 10, 20, 20) in testCenterX() variable
|
| D | RectFTest.kt | 37 val rect = RectF.from(1f, 1f, 20f, 20f) in testContains() constant 50 val rect = RectF.from(6f, 6f, 10f, 10f) in testWidth() constant 56 val rect = RectF.from(6f, 6f, 10f, 10f) in testHeight() constant 62 var rect = RectF.EMPTY in testIsEmpty() variable
|
| D | RegionTest.kt | 63 val rect = Rect.from(0, 0, 0, 0) in <lambda>() constant 72 val rect = Rect.from(1, 2, 3, 4) in <lambda>() constant 83 val rect = Rect.from(1, 2, 3, 4) in <lambda>() constant
|
| /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
| D | ThemeHelper.java | 145 public Color getScreenshotMostColorAsRect(@NonNull Rect rect) throws IOException { in getScreenshotMostColorAsRect()
|
| /platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/test/widgets/ |
| D | HookWidget.java | 93 Rect rect = new Rect(); in onDraw() local
|
| /platform_testing/libraries/flicker/src/android/tools/common/datatypes/ |
| D | Region.kt | 43 for (rect in rects) { in <lambda>() variable 147 private var rect: Rect in <lambda>() variable in android.tools.common.datatypes.Iterator 220 fun rect(): Rect { in <lambda>() method 1166 var rect = Rect.EMPTY in <lambda>() variable
|
| /platform_testing/libraries/flicker/test/src/android/tools/device/traces/parsers/ |
| D | WindowManagerStateHelperTest.kt | 96 val rect = in <lambda>() constant
|
| /platform_testing/libraries/flicker/src/android/tools/common/flicker/subject/region/ |
| D | RegionSubject.kt | 446 region.rects.forEach { rect -> result.op(rect, Region.Op.UNION) } in <lambda>() method
|