Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsView.java99 public void onPrepareGestureEndAnimation( in onPrepareGestureEndAnimation() method in FallbackRecentsView
102 super.onPrepareGestureEndAnimation(animatorSet, endTarget, taskViewSimulators); in onPrepareGestureEndAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java1319 mRecentsView.onPrepareGestureEndAnimation(null, mGestureState.getEndTarget(),
1361 mRecentsView.onPrepareGestureEndAnimation(
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java2116 public void onPrepareGestureEndAnimation( in onPrepareGestureEndAnimation() method in RecentsView