Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DInvocationLightsView.java157 for (EdgeLight light : mAssistInvocationLights) { in hide()
184 mAssistInvocationLights.get(0).setColor(color1); in setColors()
185 mAssistInvocationLights.get(1).setColor(color2); in setColors()
186 mAssistInvocationLights.get(2).setColor(color3); in setColors()
187 mAssistInvocationLights.get(3).setColor(color4); in setColors()
224 for (EdgeLight light : mAssistInvocationLights) { in onDraw()
229 renderLight(mAssistInvocationLights.get(0), canvas); in onDraw()
230 renderLight(mAssistInvocationLights.get(3), canvas); in onDraw()
233 renderLight(mAssistInvocationLights.get(1), canvas); in onDraw()
234 renderLight(mAssistInvocationLights.get(2), canvas); in onDraw()
[all …]