Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java110 private static final long APP_LAUNCH_DURATION = 450; field in QuickstepAppTransitionManagerImpl
119 (long) (APP_LAUNCH_DURATION * APP_LAUNCH_DOWN_DUR_SCALE_FACTOR);
239 : APP_LAUNCH_DURATION; in getActivityLaunchOptions()
473 final long yDuration = useUpwardAnimation ? APP_LAUNCH_DURATION in getOpeningWindowAnimators()
483 appAnimator.setDuration(APP_LAUNCH_DURATION); in getOpeningWindowAnimators()
496 float shapeRevealDuration = APP_LAUNCH_DURATION * SHAPE_PROGRESS_DURATION; in getOpeningWindowAnimators()
515 FloatProp mIconScale = new FloatProp(initialStartScale, scale, 0, APP_LAUNCH_DURATION, in getOpeningWindowAnimators()