Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DInvocationLightsView.java55 protected final PerimeterPathGuide mGuide; field in InvocationLightsView
98 mGuide = new PerimeterPathGuide(context, createCornerPathRenderer(context), in InvocationLightsView()
130 mGuide.getRegionWidth(PerimeterPathGuide.Region.BOTTOM_LEFT); in onInvocationProgress()
135 float maxLightLength = mGuide.getRegionWidth(PerimeterPathGuide.Region.BOTTOM) / 4f; in onInvocationProgress()
140 float rightStart = mGuide.getRegionWidth(PerimeterPathGuide.Region.BOTTOM) in onInvocationProgress()
212 mGuide.setRotation(rotation); in onLayout()
274 mGuide.strokeSegment(mPath, light.getStart(), light.getStart() + light.getLength()); in renderLight()