Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DInvocationLightsView.java143 setLight(0, leftStart, leftStart + lightLength); in onInvocationProgress()
144 setLight(1, leftStart + lightLength, leftStart + lightLength * 2); in onInvocationProgress()
145 setLight(2, rightStart - (lightLength * 2), rightStart - lightLength); in onInvocationProgress()
146 setLight(3, rightStart - lightLength, rightStart); in onInvocationProgress()
238 protected void setLight(int index, float start, float end) { in setLight() method in InvocationLightsView
/aosp14/frameworks/base/core/java/android/hardware/lights/
H A DLightsRequest.java108 public @NonNull Builder setLight(@NonNull Light light, @NonNull LightState state) { in setLight() method in LightsRequest.Builder
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp155 Return<Status> ret = hal->setLight(type, state); in setLight_native()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5180 …method @Deprecated @NonNull public android.hardware.lights.LightsRequest.Builder setLight(@NonNull…