Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java135 float maxLightLength = mGuide.getRegionWidth(PerimeterPathGuide.Region.BOTTOM) / 4f; in onInvocationProgress() local
137 float lightLength = MathUtils.lerp(minLightLength, maxLightLength, progress); in onInvocationProgress()