Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentCreator.kt95 fun createLongScreenshotIntent(owner: UserHandle, context: Context): Intent { in createLongScreenshotIntent() method
DScreenshotController.java675 final Intent intent = ActionIntentCreator.INSTANCE.createLongScreenshotIntent( in executeBatchScrollCapture()