Home
last modified time | relevance | path

Searched refs:onSwipeInteractionCompleted (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java209 onSwipeInteractionCompleted(mEndState); in onDragEnd()
218 forSuccessCallback(() -> onSwipeInteractionCompleted(mEndState))); in onDragEnd()
233 anim.addListener(forSuccessCallback(() -> onSwipeInteractionCompleted(mStartState))); in onDragEnd()
238 private void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in NavBarToHomeTouchController
DTwoButtonNavbarTouchController.java157 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in TwoButtonNavbarTouchController
158 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
DQuickSwitchTouchController.java102 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in QuickSwitchTouchController
103 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
DPortraitStatesTouchController.java164 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in PortraitStatesTouchController
165 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
DNoButtonNavbarToOverviewTouchController.java247 onSwipeInteractionCompleted(OVERVIEW); in maybeSwipeInteractionToOverviewComplete()
288 new OverviewToHomeAnim(mLauncher, () -> onSwipeInteractionCompleted(NORMAL), null) in goToOverviewOrHomeOnDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java360 mCurrentAnimation.setEndAction(() -> onSwipeInteractionCompleted(targetState)); in onDragEnd()
382 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in AbstractStateChangeTouchController