Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java170 long expectedDurationL = s.getDuration(); in startWithVelocity() local
171 springDuration = Math.max(expectedDurationL, springDuration); in startWithVelocity()
173 float expectedDuration = expectedDurationL; in startWithVelocity()