OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenshotFile
(Results
1 - 3
of
3
) 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());
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java
69
final File
screenshotFile
= getFileExtra(intent, EXTRA_SCREENSHOT);
74
final Uri screenshotUri = FileProvider.getUriForFile(context, AUTHORITY,
screenshotFile
);
/prebuilts/devtools/tools/lib/
uiautomatorviewer.jar
Completed in 1523 milliseconds