Home | History | Annotate | Download | only in server

Lines Matching defs:Light

49      * Light brightness is managed by a user setting.
54 * Light brightness is managed by a light sensor.
58 private final Light mLights[] = new Light[LIGHT_ID_COUNT];
60 public final class Light {
62 private Light(int id) {
183 mLights[i] = new Light(i);
192 public Light getLight(int id) {
199 Light light = (Light)msg.obj;
200 light.stopFlashing();
207 private static native void setLight_native(int ptr, int light, int color, int mode,