Searched refs:screenShot (Results 1 – 2 of 2) sorted by relevance
133 .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()
160 Bitmap screenShot = takeScreenshot(srcRect); in testAnimationOnLayer() local167 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() local321 boolean isIdentical = isAlmostIdenticalInRect(screenShot, lastScreenShot); in testInfiniteAVD()324 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testInfiniteAVD()331 lastScreenShot = screenShot; in testInfiniteAVD()