Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DInvocationLightsView.java132 float arcOffsetNormalized = (cornerLengthNormalized - arcLengthNormalized) / 2f; in onInvocationProgress() local
139 float leftStart = (-cornerLengthNormalized + arcOffsetNormalized) * (1 - progress); in onInvocationProgress()
141 + (cornerLengthNormalized - arcOffsetNormalized) * (1 - progress); in onInvocationProgress()