Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java129 boolean animate, Runnable onAnimationEndCallback) { in switchIndication() argument
144 if (onAnimationEndCallback != null) { in switchIndication()
145 onAnimationEndCallback.run(); in switchIndication()
156 if (onAnimationEndCallback != null) { in switchIndication()
157 onAnimationEndCallback.run(); in switchIndication()
173 if (onAnimationEndCallback != null) { in switchIndication()
174 onAnimationEndCallback.run(); in switchIndication()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DExitDesktopTaskTransitionHandler.java93 Consumer<SurfaceControl.Transaction> onAnimationEndCallback) { in startTransition() argument
95 mOnAnimationFinishedCallback = onAnimationEndCallback; in startTransition()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java333 final Runnable onAnimationEndCallback = () -> { in startSelectionActionModeWithSmartSelectAnimation() local
349 onAnimationEndCallback.run(); in startSelectionActionModeWithSmartSelectAnimation()
367 onAnimationEndCallback); in startSelectionActionModeWithSmartSelectAnimation()