Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DLongScreenshotActivity.java89 private final ActionIntentExecutor mActionExecutor; field in LongScreenshotActivity
126 mActionExecutor = actionExecutor; in LongScreenshotActivity()
350 mActionExecutor.launchIntentAsync( in doEdit()
380 mActionExecutor.launchIntentAsync(shareIntent, mScreenshotUserHandle, false, in doShare()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java219 private final ActionExecutor mActionExecutor; field in ScreenshotController
325 mActionExecutor = actionExecutorFactory.create(mWindow, mViewProxy, in ScreenshotController()
330 mActionsController = screenshotActionsControllerFactory.getController(mActionExecutor); in ScreenshotController()
519 return mActionExecutor.isPendingSharedTransition(); in isPendingSharedTransition()