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.java236 String outputFolder = context.getExternalFilesDir(null).getAbsolutePath(); in saveAutoNamedVectorDrawableIntoPNG() local
240 saveVectorDrawableIntoPNG(bitmap, outputFolder, fileTitle); in saveAutoNamedVectorDrawableIntoPNG()
246 static void saveVectorDrawableIntoPNG(@NonNull Bitmap bitmap, @NonNull String outputFolder, in saveVectorDrawableIntoPNG() argument
252 File folder = new File(outputFolder); in saveVectorDrawableIntoPNG()
256 String outputFilename = outputFolder + "/" + fileFullName + "_golden"; in saveVectorDrawableIntoPNG()
DAnimatedVectorDrawableParameterizedTest.java162 String outputFolder = mActivity.getExternalFilesDir(null).getAbsolutePath(); in testAnimationOnLayer() local
163 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testAnimationOnLayer()
165 DrawableTestUtils.saveVectorDrawableIntoPNG(lastScreenShot, outputFolder, in testAnimationOnLayer()
319 String outputFolder = mActivity.getExternalFilesDir(null).getAbsolutePath(); in testInfiniteAVD() local
320 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testInfiniteAVD()
322 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()