Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DLongScreenshotData.java34 mTransitionDestinationCallback; field in LongScreenshotData
39 mTransitionDestinationCallback = new AtomicReference<>(); in LongScreenshotData()
68 mTransitionDestinationCallback.set(destination); in setTransitionDestinationCallback()
75 return mTransitionDestinationCallback.getAndSet(null); in takeTransitionDestinationCallback()