Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java119 public void onPrepareGestureEndAnimation( in onPrepareGestureEndAnimation() method in FallbackRecentsView
122 super.onPrepareGestureEndAnimation(animatorSet, endTarget, taskViewSimulators); in onPrepareGestureEndAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java1670 mRecentsView.onPrepareGestureEndAnimation(null, mGestureState.getEndTarget(),
1712 mRecentsView.onPrepareGestureEndAnimation(
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2729 public void onPrepareGestureEndAnimation( in onPrepareGestureEndAnimation() method in RecentsView