Home
last modified time | relevance | path

Searched defs:screenshot (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIAssistScreenshotReceiver.aidl23 void send(in Bitmap screenshot); in send()
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionSession.aidl35 void handleScreenshot(in Bitmap screenshot); in handleScreenshot()
DVoiceInteractionSession.java1429 public void onHandleScreenshot(@Nullable Bitmap screenshot) { in onHandleScreenshot()
/frameworks/base/core/java/android/view/
DSurfaceControl.java717 public static void screenshot(IBinder display, Surface consumer, in screenshot() method in SurfaceControl
734 public static void screenshot(IBinder display, Surface consumer, in screenshot() method in SurfaceControl
745 public static void screenshot(IBinder display, Surface consumer) { in screenshot() method in SurfaceControl
779 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot() method in SurfaceControl
801 public static Bitmap screenshot(int width, int height) { in screenshot() method in SurfaceControl
809 private static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, in screenshot() method in SurfaceControl
/frameworks/base/cmds/screencap/
Dscreencap.cpp147 ScreenshotClient screenshot; in main() local
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java109 Bitmap screenshot = mUiAutomation.takeScreenshot(); in takeScreenshot() local
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java209 public void onHandleScreenshot(Bitmap screenshot) { in onHandleScreenshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
DTaskCardView.java295 private void setAsScreenShotView(Bitmap screenshot, ImageView screenshotView) { in setAsScreenShotView()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java848 final File screenshot = getFileExtra(intent, EXTRA_SCREENSHOT); in onBugreportFinished() local
1680 void addScreenshot(File screenshot) { in addScreenshot()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp141 std::unique_ptr<ScreenshotClient> screenshot(new ScreenshotClient()); in nativeScreenshotBitmap() local