OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:screenshotfile
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java
67
File
screenshotFile
= new File(screenshotDir, observer.getCreatedPath());
70
screenshotFile
.getName()),
screenshotFile
.isFile());
72
screenshotFile
.getName()), isValidImage(
screenshotFile
));
75
screenshotFile
.delete();
132
private boolean isValidImage(File
screenshotFile
) {
133
Bitmap b = BitmapFactory.decodeFile(
screenshotFile
.getAbsolutePath());
Completed in 3317 milliseconds