Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextAnimatorTest.kt114 val animationEndCallback = mock(Runnable::class.java) in testAnimationEnded() constant
125 onAnimationEnd = animationEndCallback in testAnimationEnded()
134 verify(animationEndCallback).run() in testAnimationEnded()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationController.java291 final DisableMagnificationCallback animationEndCallback = in transitionMagnificationModeLocked() local
295 setDisableMagnificationCallbackLocked(displayId, animationEndCallback); in transitionMagnificationModeLocked()
298 screenMagnificationController.reset(displayId, animationEndCallback); in transitionMagnificationModeLocked()
301 animationEndCallback); in transitionMagnificationModeLocked()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMenuView.java350 void hideMenu(Runnable animationEndCallback) { in hideMenu() argument
351 hideMenu(animationEndCallback, true /* notifyMenuVisibility */, mDidLastShowMenuResize, in hideMenu()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java352 void hideMenu(Runnable animationEndCallback) { in hideMenu() argument
353 hideMenu(animationEndCallback, true /* notifyMenuVisibility */, mDidLastShowMenuResize, in hideMenu()