Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderPreviewAnimationTest.kt27 import com.android.launcher3.celllayout.ReorderPreviewAnimation.Companion.HINT_DURATION
167 HINT_DURATION * 0, in testAnimationModeHint()
172 HINT_DURATION, in testAnimationModeHint()
177 HINT_DURATION / 2, in testAnimationModeHint()
182 HINT_DURATION / 3, in testAnimationModeHint()
187 HINT_DURATION, in testAnimationModeHint()
194 HINT_DURATION * 2, in testAnimationModeHint()
199 HINT_DURATION * 99, in testAnimationModeHint()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderPreviewAnimation.kt70 it.setDuration((if (mode == MODE_HINT) HINT_DURATION else PREVIEW_DURATION).toLong()) in <lambda>()
161 const val HINT_DURATION = Workspace.REORDER_TIMEOUT constant