Home
last modified time | relevance | path

Searched refs:xDuration (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java367 long xDuration = BaseSwipeDetector.calculateDuration(velocity.x, in onDragEnd() local
371 xOverviewAnim.setDuration(xDuration) in onDragEnd()
421 nonOverviewAnim.setDuration(Math.max(xDuration, yDuration)); in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java489 final long xDuration = useUpwardAnimation ? APP_LAUNCH_CURVED_DURATION in getOpeningWindowAnimators()
533 FloatProp mDx = new FloatProp(0, dX, 0, xDuration, AGGRESSIVE_EASE); in getOpeningWindowAnimators()