Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DModeTransitionView.java280 mAnimationFinishedListener.onAnimationFinished(true); in startPeepHoleAnimation()
360 mAnimationFinishedListener.onAnimationFinished(snapToFullScreen); in snapShadeTo()
515 animationFinishedListener.onAnimationFinished(false); in hideModeCover()
535 animationFinishedListener.onAnimationFinished(true); in hideModeCover()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationCallbacks.java95 mAllowMinimizeSplitScreen, this::onAnimationFinished); in onAnimationStart()
129 private final void onAnimationFinished(RecentsAnimationController controller) { in onAnimationFinished() method in RecentsAnimationCallbacks
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java715 public void onAnimationFinished(boolean success); in onAnimationFinished() method
982 public void onAnimationFinished(boolean success) { in onSwipeDetected()