OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileTitle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
BitmapUtils.java
37
String
fileTitle
= fileFullName.substring(0, fileFullName.lastIndexOf("."));
40
File outputFile = new File(externalFilesDir,
fileTitle
+ "_generated.png");
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTestUtils.java
235
String
fileTitle
= fileFullName.substring(0, fileFullName.lastIndexOf("."));
238
fileTitle
+= "_" + extras;
240
saveVectorDrawableIntoPNG(bitmap, outputFolder,
fileTitle
);
Completed in 959 milliseconds