Searched refs:toIntArray (Results 1 – 4 of 4) sorted by relevance
| /test/screenshot/screenshot/src/androidTest/java/androidx/test/screenshot/ |
| D | MSSIMMatcherTest.kt | 39 first.toIntArray(), in performDiff_sameBitmaps() 40 second.toIntArray(), in performDiff_sameBitmaps() 56 first.toIntArray(), in performDiff_checkedAgainstUnchecked() 57 second.toIntArray(), in performDiff_checkedAgainstUnchecked() 73 first.toIntArray(), in performDiff_differentBorders() 74 second.toIntArray(), in performDiff_differentBorders() 90 first.toIntArray(), in performDiff_fullscreen_differentBorders_dark() 91 second.toIntArray(), in performDiff_fullscreen_differentBorders_dark() 107 first.toIntArray(), in performDiff_differentBorders_dark() 108 second.toIntArray(), in performDiff_differentBorders_dark() [all …]
|
| D | PixelPerfectMatcherTest.kt | 39 first.toIntArray(), in performDiff_sameBitmaps() 40 second.toIntArray(), in performDiff_sameBitmaps() 56 first.toIntArray(), in performDiff_sameSize_differentBorders() 57 second.toIntArray(), in performDiff_sameSize_differentBorders()
|
| /test/screenshot/screenshot/src/main/java/androidx/test/screenshot/ |
| D | ScreenshotTestRule.kt | 210 expected = expected.toIntArray(), in assertBitmapAgainstGolden() 211 given = actual.toIntArray(), in assertBitmapAgainstGolden() 363 internal fun Bitmap.toIntArray(): IntArray { in toIntArray() method
|
| /test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/ |
| D | UiDeviceExt.kt | 86 (0 until count).map { KeyEvent.KEYCODE_DEL }.toIntArray().let { uiDevice.pressKeyCodes(it, 0) } in pressDelete()
|