Home
last modified time | relevance | path

Searched refs:getScreenshotExcludingBubble (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
DAppClipsScreenshotHelperServiceTest.java82 when(mBubbles.getScreenshotExcludingBubble(DEFAULT_DISPLAY)).thenReturn(mScreenshotSync); in bubblesPresent_screenshotFailed_shouldReturnNull()
92 when(mBubbles.getScreenshotExcludingBubble(DEFAULT_DISPLAY)).thenReturn(mScreenshotSync); in bubblesPresent_screenshotSuccess_shouldReturnScreenshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsScreenshotHelperService.java63 mOptionalBubbles.get().getScreenshotExcludingBubble(displayId); in onBind()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java163 SynchronousScreenCaptureListener getScreenshotExcludingBubble(int displayId); in getScreenshotExcludingBubble() method
DBubbleController.java1482 public void getScreenshotExcludingBubble(int displayId, in getScreenshotExcludingBubble() method in BubbleController
2647 public SynchronousScreenCaptureListener getScreenshotExcludingBubble(int displayId) { in getScreenshotExcludingBubble() method in BubbleController.BubblesImpl
2652 () -> BubbleController.this.getScreenshotExcludingBubble(displayId, in getScreenshotExcludingBubble()