Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIAssistDataReceiver.aidl25 void onHandleAssistScreenshot(in Bitmap screenshot); in onHandleAssistScreenshot()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DAssistDataReceiver.java27 public void onHandleAssistScreenshot(Bitmap screenshot) {} in onHandleAssistScreenshot()
/frameworks/base/services/core/java/com/android/server/am/
DAssistDataRequester.java96 void onAssistScreenshotReceivedLocked(Bitmap screenshot); in onAssistScreenshotReceivedLocked()
307 public void onHandleAssistScreenshot(Bitmap screenshot) { in onHandleAssistScreenshot()
338 private void dispatchAssistScreenshotReceived(Bitmap screenshot) { in dispatchAssistScreenshotReceived()
DAssistDataReceiverProxy.java67 public void onAssistScreenshotReceivedLocked(Bitmap screenshot) { in onAssistScreenshotReceivedLocked()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DISystemUiProxy.aidl30 GraphicBufferCompat screenshot(in Rect sourceCrop, int width, int height, int minLayer, in screenshot() method
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionSession.aidl35 void handleScreenshot(in Bitmap screenshot); in handleScreenshot()
DVoiceInteractionSession.java1515 public void onHandleScreenshot(@Nullable Bitmap screenshot) { in onHandleScreenshot()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java109 Bitmap screenshot = mUiAutomation.takeScreenshot(); in takeScreenshot() local
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DAssistDataRequesterTest.java358 public void onAssistScreenshotReceivedLocked(Bitmap screenshot) { in onAssistScreenshotReceivedLocked()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1168 public static void screenshot(IBinder display, Surface consumer, in screenshot() method in SurfaceControl
1185 public static void screenshot(IBinder display, Surface consumer, in screenshot() method in SurfaceControl
1196 public static void screenshot(IBinder display, Surface consumer) { in screenshot() method in SurfaceControl
1232 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot() method in SurfaceControl
1275 public static Bitmap screenshot(Rect sourceCrop, int width, int height, int rotation) { in screenshot() method in SurfaceControl
1288 private static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, in screenshot() method in SurfaceControl
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java220 public void onHandleScreenshot(Bitmap screenshot) { in onHandleScreenshot()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java285 public void onAssistScreenshotReceivedLocked(Bitmap screenshot) { in onAssistScreenshotReceivedLocked()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp363 sp<ScreenCapture> screenshot() { in screenshot() function in android::LayerTransactionTest
364 sp<ScreenCapture> screenshot; in screenshot() local
638 sp<ScreenCapture> screenshot; in TEST_F() local
646 sp<ScreenCapture> screenshot; in TEST_F() local
694 sp<ScreenCapture> screenshot; in TEST_F() local
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java811 final File screenshot = getFileExtra(intent, EXTRA_SCREENSHOT); in onBugreportFinished() local
1732 void addScreenshot(File screenshot) { in addScreenshot()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp201 std::unique_ptr<ScreenshotClient> screenshot(new ScreenshotClient()); in nativeScreenshotBitmap() local