Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNavBarToHomeTouchController.java198 new OverviewToHomeAnim(mLauncher, () -> onSwipeInteractionCompleted(mEndState)) in onDragEnd()
202 forSuccessCallback(() -> onSwipeInteractionCompleted(mEndState))); in onDragEnd()
217 anim.addListener(forSuccessCallback(() -> onSwipeInteractionCompleted(mStartState))); in onDragEnd()
222 private void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in NavBarToHomeTouchController
H A DTwoButtonNavbarTouchController.java159 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in TwoButtonNavbarTouchController
160 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
H A DQuickSwitchTouchController.java101 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in QuickSwitchTouchController
102 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
H A DPortraitStatesTouchController.java209 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in PortraitStatesTouchController
210 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
H A DNoButtonNavbarToOverviewTouchController.java192 onSwipeInteractionCompleted(OVERVIEW); in maybeSwipeInteractionToOverviewComplete()
233 new OverviewToHomeAnim(mLauncher, () -> onSwipeInteractionCompleted(NORMAL)) in goToOverviewOrHomeOnDragEnd()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DAbstractStateChangeTouchController.java330 mCurrentAnimation.setEndAction(() -> onSwipeInteractionCompleted(targetState)); in onDragEnd()
352 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in AbstractStateChangeTouchController