Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java137 float lightLength = MathUtils.lerp(minLightLength, maxLightLength, progress); in onInvocationProgress() local
143 setLight(0, leftStart, lightLength); in onInvocationProgress()
144 setLight(1, leftStart + lightLength, lightLength); in onInvocationProgress()
145 setLight(2, rightStart - (lightLength * 2), lightLength); in onInvocationProgress()
146 setLight(3, rightStart - lightLength, lightLength); in onInvocationProgress()