Searched refs:timeSinceLastUpdate (Results 1 – 1 of 1) sorted by relevance
1007 long timeSinceLastUpdate = currentTime - mLastWallpaperOffsetUpdateTime; in computeScrollOffset() local1008 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()