Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotViewProxy.kt60 fun startLongScreenshotTransition( in reset() method
DLegacyScreenshotViewProxy.kt152 override fun startLongScreenshotTransition( in startLongScreenshotTransition() method
156 ) = view.startLongScreenshotTransition(transitionDestination, onTransitionEnd, longScreenshot) in startLongScreenshotTransition()
DScreenshotShelfViewProxy.kt231 override fun startLongScreenshotTransition( in <lambda>() method
DScreenshotController.java680 mViewProxy::startLongScreenshotTransition); in executeBatchScrollCapture()
DScreenshotView.java892 void startLongScreenshotTransition(Rect destination, Runnable onTransitionEnd, in startLongScreenshotTransition() method in ScreenshotView