Searched refs:outputFolder (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | DrawableTestUtils.java | 236 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()
|
D | AnimatedVectorDrawableParameterizedTest.java | 162 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()
|
D | NinePatchDrawableTest.java | 701 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()
|