Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java62 private static final int ALPHA_DURATION_MS = 250; field in StaggeredWorkspaceAnim
134 PendingAnimation pendingAnimation = new PendingAnimation(ALPHA_DURATION_MS); in StaggeredWorkspaceAnim()
139 addDepthAnimationForState(launcher, NORMAL, ALPHA_DURATION_MS); in StaggeredWorkspaceAnim()
142 .setDuration(ALPHA_DURATION_MS)); in StaggeredWorkspaceAnim()
228 alpha.setDuration(ALPHA_DURATION_MS); in addStaggeredAnimationForView()