Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/util/
H A DBurnInHelper.kt35 return zigzag(System.currentTimeMillis() / MILLIS_PER_MINUTES,
45 return zigzag(System.currentTimeMillis() / MILLIS_PER_MINUTES,
53 return 0.8f + zigzag(System.currentTimeMillis() / MILLIS_PER_MINUTES,
66 private fun zigzag(x: Float, amplitude: Float, period: Float): Float { regex