Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java131 float arcLengthNormalized = cornerLengthNormalized * MINIMUM_CORNER_RATIO; in onInvocationProgress() local
132 float arcOffsetNormalized = (cornerLengthNormalized - arcLengthNormalized) / 2f; in onInvocationProgress()