Searched refs:lights (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsManager.java17 package com.android.server.lights;
H A DLight.java17 package com.android.server.lights;
H A DLightsService.java16 package com.android.server.lights;
/frameworks/native/opengl/libagl/
H A Dlight.cpp68 c->lighting.lights[i].ambient.a = 0x10000;
69 c->lighting.lights[i].position.z = 0x10000;
70 c->lighting.lights[i].spotDir.z = -0x10000;
71 c->lighting.lights[i].spotCutoff = gglIntToFixed(180);
72 c->lighting.lights[i].attenuation[0] = 0x10000;
74 init_white(c->lighting.lights[0].diffuse);
75 init_white(c->lighting.lights[0].specular);
223 light_t& l = c->lighting.lights[i];
251 light_t& l = c->lighting.lights[i];
323 light_t& l = c->lighting.lights[
[all...]
H A Dcontext.h327 light_t lights[OGLES_MAX_LIGHTS]; member in struct:android::gl::lighting_t
H A Dstate.cpp139 c->lighting.lights[cap-GL_LIGHT0].enable = enabled;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java69 import com.android.server.lights.Light;
160 true /* noisy */, true /* buzzy*/, false /* lights */);
165 true /* noisy */, false /* buzzy*/, false /* lights */);
170 true /* noisy */, false /* buzzy*/, false /* lights */);
175 false /* noisy */, false /* buzzy*/, false /* lights */);
180 false /* noisy */, false /* buzzy*/, false /* lights */);
185 false /* noisy */, false /* buzzy*/, false /* lights */);
190 true /* noisy */, false /* buzzy*/, false /* lights */);
195 true /* noisy */, false /* buzzy*/, false /* lights */);
200 false /* noisy */, true /* buzzy*/, false /* lights */);
230 getNotificationRecord(int id, boolean insistent, boolean once, boolean noisy, boolean buzzy, boolean lights) argument
236 getLeanbackNotificationRecord(int id, boolean insistent, boolean once, boolean noisy, boolean buzzy, boolean lights) argument
247 getNotificationRecord(int id, boolean insistent, boolean once, boolean noisy, boolean buzzy, boolean lights, boolean defaultVibration, boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, boolean isLeanback) argument
[all...]
H A DNotificationRecordTest.java129 boolean buzzy, boolean defaultVibration, boolean lights, boolean defaultLights,
156 if (lights) {
189 false /* lights */, false /* defaultLights */, null /* group */);
202 false /* lights */, false /* defaultLights */, null /* group */);
216 false /* lights */, false /* defaultLights */, null /* group */);
228 false /* lights */, false /* defaultLights */, null /* group */);
241 false /* lights */, false /* defaultLights */, null /* group */);
254 false /* lights */, false /* defaultLights */, null /* group */);
266 false /* lights */, false /* defaultLights */, null /* group */);
279 false /* lights */, fals
128 getNotification(String pkg, boolean noisy, boolean defaultSound, boolean buzzy, boolean defaultVibration, boolean lights, boolean defaultLights, String group) argument
[all...]
H A DNotificationManagerServiceTest.java116 import com.android.server.lights.Light;
117 import com.android.server.lights.LightsManager;
/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java22 import com.android.server.lights.Light;
23 import com.android.server.lights.LightsManager;
194 LightsManager lights = LocalServices.getService(LightsManager.class);
195 mBacklight = lights.getLight(LightsManager.LIGHT_ID_BACKLIGHT);
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java70 import com.android.server.lights.Light;
71 import com.android.server.lights.LightsManager;
1050 public Led(Context context, LightsManager lights) { argument
1051 mBatteryLight = lights.getLight(LightsManager.LIGHT_ID_BATTERY);
1090 // No lights if not charging and not low
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java38 import com.android.server.lights.LightsManager;
/frameworks/base/core/java/android/app/
H A DNotificationChannel.java69 private static final String ATT_LIGHTS = "lights";
379 * Sets whether notifications posted to this channel should display notification lights,
385 public void enableLights(boolean lights) { argument
386 this.mLights = lights;
390 * Sets the notification light color for notifications posted to this channel, if lights are
515 * Returns whether notifications posted to this channel trigger notification lights.
/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto378 optional string lights = 22;
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java81 import com.android.server.lights.LightsService;
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java97 import com.android.server.lights.Light;
98 import com.android.server.lights.LightsManager;
451 // True if the lights should stay off until an explicit user action.
3176 // without turning on the screen/lights.
3195 // that it should not turn the screen/lights on.
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java201 import com.android.server.lights.Light;
202 import com.android.server.lights.LightsManager;
4495 // so that we do not play sounds, show lights, etc. for invalid
5920 // handle notification lights

Completed in 253 milliseconds