Searched defs:LightState (Results 1 – 2 of 2) sorted by relevance
37 public final class LightState implements Parcelable { class51 public LightState(@ColorInt int color) { in LightState() method in LightState63 public LightState(@ColorInt int color, int playerId) { in LightState() method in LightState129 private LightState(@NonNull Parcel in) { in LightState() method in LightState
36 using LightState = ::android::hardware::light::V2_0::LightState; typedef