Home
last modified time | relevance | path

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

/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/time/
DTimeController.kt28 private const val MILLIS_TO_SECONDS = 1 / 1000f constant
57 elapsedTime += deltaTimeMillis * MILLIS_TO_SECONDS in resetDeltaTime()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/snow/
DSnowEffect.kt64 elapsedTime += snowSpeed * deltaMillis * MILLIS_TO_SECONDS in <lambda>()
197 private const val MILLIS_TO_SECONDS = 1 / 1000f in <lambda>() constant
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/fog/
DFogEffect.kt50 val deltaTime = deltaMillis * MILLIS_TO_SECONDS in resize()
186 private const val MILLIS_TO_SECONDS = 1 / 1000f constant
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/rain/
DRainEffect.kt64 elapsedTime += deltaMillis * MILLIS_TO_SECONDS in <lambda>()
194 private const val MILLIS_TO_SECONDS = 1 / 1000f in <lambda>() constant