Searched refs:onSwipeInteractionCompleted (Results 1 – 6 of 6) sorted by relevance
198 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
159 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in TwoButtonNavbarTouchController160 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
101 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in QuickSwitchTouchController102 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
209 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in PortraitStatesTouchController210 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
192 onSwipeInteractionCompleted(OVERVIEW); in maybeSwipeInteractionToOverviewComplete()233 new OverviewToHomeAnim(mLauncher, () -> onSwipeInteractionCompleted(NORMAL)) in goToOverviewOrHomeOnDragEnd()
330 mCurrentAnimation.setEndAction(() -> onSwipeInteractionCompleted(targetState)); in onDragEnd()352 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in AbstractStateChangeTouchController