Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/androidTest/java/androidx/test/screenshot/
DMSSIMMatcherTest.kt39 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 …]
DPixelPerfectMatcherTest.kt39 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/
DScreenshotTestRule.kt210 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/
DUiDeviceExt.kt86 (0 until count).map { KeyEvent.KEYCODE_DEL }.toIntArray().let { uiDevice.pressKeyCodes(it, 0) } in pressDelete()