Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLongScreenshotData.java33 mTransitionDestinationCallback; field in LongScreenshotData
38 mTransitionDestinationCallback = new AtomicReference<>(); in LongScreenshotData()
67 mTransitionDestinationCallback.set(destination); in setTransitionDestinationCallback()
74 return mTransitionDestinationCallback.getAndSet(null); in takeTransitionDestinationCallback()