Home
last modified time | relevance | path

Searched refs:outputFolder (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java265 String outputFolder = context.getExternalFilesDir(null).getAbsolutePath(); in saveAutoNamedVectorDrawableIntoPNG() local
269 saveVectorDrawableIntoPNG(bitmap, outputFolder, fileTitle); in saveAutoNamedVectorDrawableIntoPNG()
275 static void saveVectorDrawableIntoPNG(@NonNull Bitmap bitmap, @NonNull String outputFolder, in saveVectorDrawableIntoPNG() argument
281 File folder = new File(outputFolder); in saveVectorDrawableIntoPNG()
285 String outputFilename = outputFolder + "/" + fileFullName + "_golden"; in saveVectorDrawableIntoPNG()
DAnimatedVectorDrawableParameterizedTest.java169 String outputFolder = mActivity.getExternalFilesDir(null).getAbsolutePath(); in testAnimationOnLayer() local
170 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testAnimationOnLayer()
172 DrawableTestUtils.saveVectorDrawableIntoPNG(lastScreenShot, outputFolder, in testAnimationOnLayer()
323 String outputFolder = mActivity.getExternalFilesDir(null).getAbsolutePath(); in testInfiniteAVD() local
324 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testInfiniteAVD()
326 DrawableTestUtils.saveVectorDrawableIntoPNG(lastScreenShot, outputFolder, in testInfiniteAVD()
DNinePatchDrawableTest.java701 final String outputFolder = "/sdcard/temp/"; in saveGoldenImage() local
702 final File folder = new File(outputFolder); in saveGoldenImage()
710 final String outputFilename = outputFolder + outputTitle + ".png"; in saveGoldenImage()