Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderPreviewAnimationTest.kt28 import com.android.launcher3.celllayout.ReorderPreviewAnimation.Companion.PREVIEW_DURATION
118 PREVIEW_DURATION * 0, in testAnimationModePreview()
123 PREVIEW_DURATION / 2, in testAnimationModePreview()
128 PREVIEW_DURATION / 3, in testAnimationModePreview()
133 PREVIEW_DURATION, in testAnimationModePreview()
140 PREVIEW_DURATION * 2, in testAnimationModePreview()
153 PREVIEW_DURATION * 98, in testAnimationModePreview()
158 (PREVIEW_DURATION * 1.5).toInt(), in testAnimationModePreview()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderPreviewAnimation.kt70 it.setDuration((if (mode == MODE_HINT) HINT_DURATION else PREVIEW_DURATION).toLong()) in <lambda>()
160 const val PREVIEW_DURATION = 300 constant