Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java54 import com.android.quickstep.SwipeUpAnimationLogic;
55 import com.android.quickstep.SwipeUpAnimationLogic.RunningWindowAnim;
169 class ViewSwipeUpAnimation extends SwipeUpAnimationLogic {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java48 public abstract class SwipeUpAnimationLogic { class
79 public SwipeUpAnimationLogic(Context context, RecentsAnimationDeviceState deviceState, in SwipeUpAnimationLogic() method in SwipeUpAnimationLogic
DBaseSwipeUpHandler.java59 extends SwipeUpAnimationLogic implements RecentsAnimationListener {