Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java122 private static final long APP_LAUNCH_ALPHA_DURATION = 50; field in QuickstepAppTransitionManagerImpl
132 (long) (APP_LAUNCH_ALPHA_DURATION * APP_LAUNCH_DOWN_DUR_SCALE_FACTOR);
493 final long alphaDuration = useUpwardAnimation ? APP_LAUNCH_ALPHA_DURATION in getOpeningWindowAnimators()