Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java204 private final ScreenshotActionsController mActionsController; field in ScreenshotController
330 mActionsController = screenshotActionsControllerFactory.getController(mActionExecutor); in ScreenshotController()
411 requestId = mActionsController.setCurrentScreenshot(screenshot); in handleScreenshot()
418 mActionsController.onAssistContent(requestId, assistContent)); in handleScreenshot()
420 mActionsController.onAssistContent(requestId, null); in handleScreenshot()
607 mActionsController.onScrollChipInvalidated(); in enqueueScrollCaptureRequest()
644 mActionsController.onScrollChipReady(requestId, in requestScrollCapture()
836 mActionsController.endScreenshotSession(); in finishDismiss()
858 mActionsController.setCompletedScreenshot(requestId, new ScreenshotSavedResult( in saveScreenshotInBackground()