Searched refs:onSwipeInteractionCompleted (Results 1 – 6 of 6) sorted by relevance
209 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
157 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in TwoButtonNavbarTouchController158 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
102 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in QuickSwitchTouchController103 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
164 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in PortraitStatesTouchController165 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
247 onSwipeInteractionCompleted(OVERVIEW); in maybeSwipeInteractionToOverviewComplete()288 new OverviewToHomeAnim(mLauncher, () -> onSwipeInteractionCompleted(NORMAL), null) in goToOverviewOrHomeOnDragEnd()
360 mCurrentAnimation.setEndAction(() -> onSwipeInteractionCompleted(targetState)); in onDragEnd()382 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() method in AbstractStateChangeTouchController