Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNavigationBarColorVerifier.java133 .mapToInt(screenShot -> screenShot.mBackgroundColor) in verifyInternal()
139 .mapToInt(screenShot -> screenShot.mPixels.length) in verifyInternal()
149 .mapToInt(screenShot -> screenShot.mPixels[i]) in verifyInternal()
156 .filter(screenShot -> screenShot.mPixels[i] == screenShot.mBackgroundColor) in verifyInternal()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java160 Bitmap screenShot = takeScreenshot(srcRect); in testAnimationOnLayer() local
167 boolean isIdentical = isAlmostIdenticalInRect(screenShot, lastScreenShot); in testAnimationOnLayer()
170 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testAnimationOnLayer()
177 lastScreenShot = screenShot; in testAnimationOnLayer()
320 Bitmap screenShot = takeScreenshot(srcRect); in testInfiniteAVD() local
321 boolean isIdentical = isAlmostIdenticalInRect(screenShot, lastScreenShot); in testInfiniteAVD()
324 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testInfiniteAVD()
331 lastScreenShot = screenShot; in testInfiniteAVD()