Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotViewProxy.kt61 transitionDestination: Rect, in reset()
DLegacyScreenshotViewProxy.kt153 transitionDestination: Rect, in startLongScreenshotTransition()
156 ) = view.startLongScreenshotTransition(transitionDestination, onTransitionEnd, longScreenshot) in startLongScreenshotTransition()
DScreenshotShelfViewProxy.kt232 transitionDestination: Rect, in <lambda>()
238 transitionDestination, in <lambda>()
DScreenshotController.java174 void setTransitionDestination(Rect transitionDestination, Runnable onTransitionEnd); in setTransitionDestination() argument