Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DContentFillItemAnimator.java59 private static final int ITEM_CHANGE_DURATION = 150; field in ContentFillItemAnimator
173 anim.setDuration(ITEM_CHANGE_DURATION).setStartDelay(startDelay); in animateChangeImpl()