Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java1007 long timeSinceLastUpdate = currentTime - mLastWallpaperOffsetUpdateTime; in computeScrollOffset() local
1008 timeSinceLastUpdate = Math.min((long) (1000/30f), timeSinceLastUpdate); in computeScrollOffset()
1009 timeSinceLastUpdate = Math.max(1L, timeSinceLastUpdate); in computeScrollOffset()
1042 Math.min(1.0f, timeSinceLastUpdate * fractionToCatchUpIn1MsVertical); in computeScrollOffset()
1044 Math.min(1.0f, timeSinceLastUpdate * fractionToCatchUpIn1MsHorizontal); in computeScrollOffset()