Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/
DOnBackAnimationCallbackExtensionTest.kt31 private val onBackAnimationCallback = constant
50 onBackAnimationCallback.onBackStarted(backEvent) in onBackProgressed_shouldInvoke_onBackProgress()
52 onBackAnimationCallback.onBackProgressed(backEvent) in onBackProgressed_shouldInvoke_onBackProgress()
74 onBackAnimationCallback.onBackStarted(backEvent) in onBackStarted_shouldInvoke_onBackStart()
81 onBackAnimationCallback.onBackInvoked() in onBackInvoked_shouldInvoke_onBackInvoke()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/
DOnBackAnimationCallbackExtension.kt81 onBackAnimationCallback: OnBackAnimationCallback, in registerOnBackInvokedCallbackOnViewAttached()
89 onBackAnimationCallback in registerOnBackInvokedCallbackOnViewAttached()
95 onBackInvokedDispatcher.unregisterOnBackInvokedCallback(onBackAnimationCallback) in registerOnBackInvokedCallbackOnViewAttached()
101 onBackInvokedDispatcher.registerOnBackInvokedCallback(priority, onBackAnimationCallback) in registerOnBackInvokedCallbackOnViewAttached()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
DDialog.kt47 onBackAnimationCallback =