Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java61 private static final int APP_CLOSE_ROW_START_DELAY_MS = 10; field in StaggeredWorkspaceAnim
201 long startDelay = (long) ((invertedRow + 1) * APP_CLOSE_ROW_START_DELAY_MS); in addStaggeredAnimationForView()