Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java225 String outputFolder = context.getExternalFilesDir(null).getAbsolutePath(); in saveAutoNamedVectorDrawableIntoPNG() local
229 saveVectorDrawableIntoPNG(bitmap, outputFolder, fileTitle); in saveAutoNamedVectorDrawableIntoPNG()
235 static void saveVectorDrawableIntoPNG(@NonNull Bitmap bitmap, @NonNull String outputFolder, in saveVectorDrawableIntoPNG() argument
241 File folder = new File(outputFolder); in saveVectorDrawableIntoPNG()
245 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()
320 String outputFolder = mActivity.getExternalFilesDir(null).getAbsolutePath(); in testInfiniteAVD() local
321 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, in testInfiniteAVD()
323 DrawableTestUtils.saveVectorDrawableIntoPNG(lastScreenShot, outputFolder, in testInfiniteAVD()
DVectorDrawableScaleTest.java74 String outputFolder = mActivity.getExternalFilesDir(null).getAbsolutePath(); in testVectorDrawableInImageView() local
75 DrawableTestUtils.saveVectorDrawableIntoPNG(screenShot, outputFolder, "scale"); in testVectorDrawableInImageView()
DBitmapDrawableTest.java648 final File outputFolder = new File("/sdcard/temp/"); in saveGoldenImage() local
649 if (!outputFolder.exists()) { in saveGoldenImage()
650 outputFolder.mkdir(); in saveGoldenImage()
654 final File goldenFile = new File(outputFolder, goldenFilename); in saveGoldenImage()
DNinePatchDrawableTest.java689 final String outputFolder = "/sdcard/temp/"; in saveGoldenImage() local
690 final File folder = new File(outputFolder); in saveGoldenImage()
698 final String outputFilename = outputFolder + outputTitle + ".png"; in saveGoldenImage()