Searched refs:expectedDuration (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | PortraitStatesTouchController.java | 255 protected void updateSwipeCompleteAnimation(ValueAnimator animator, long expectedDuration, in updateSwipeCompleteAnimation() argument 257 super.updateSwipeCompleteAnimation(animator, expectedDuration, targetState, in updateSwipeCompleteAnimation() 259 handleFirstSwipeToOverview(animator, expectedDuration, targetState, velocity, isFling); in updateSwipeCompleteAnimation() 263 final long expectedDuration, final LauncherState targetState, final float velocity, in handleFirstSwipeToOverview() argument 270 if (isFling && expectedDuration != 0) { in handleFirstSwipeToOverview() 275 animator.setDuration(Math.min(expectedDuration, ATOMIC_DURATION)) in handleFirstSwipeToOverview()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AbstractStateChangeTouchController.java | 507 protected void updateSwipeCompleteAnimation(ValueAnimator animator, long expectedDuration, in updateSwipeCompleteAnimation() argument 509 animator.setDuration(expectedDuration) in updateSwipeCompleteAnimation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | WindowTransformSwipeHandler.java | 966 long expectedDuration = Math.abs(Math.round((endShift - currentShift) in handleNormalGestureEnd() local 968 duration = Math.min(MAX_SWIPE_DURATION, expectedDuration); in handleNormalGestureEnd()
|