Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java170 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testAnimationOnLayer()
172 DrawableTestUtils.saveVectorDrawableIntoPNG(lastScreenShot, outputFolder, in testAnimationOnLayer()
324 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testInfiniteAVD()
326 DrawableTestUtils.saveVectorDrawableIntoPNG(lastScreenShot, outputFolder, in testInfiniteAVD()
DDrawableTestUtils.java269 saveVectorDrawableIntoPNG(bitmap, outputFolder, fileTitle); in saveAutoNamedVectorDrawableIntoPNG()
275 static void saveVectorDrawableIntoPNG(@NonNull Bitmap bitmap, @NonNull String outputFolder, in saveVectorDrawableIntoPNG() method in DrawableTestUtils