HomeSort by relevance Sort by last modified time
    Searched refs:getLight (Results 1 - 8 of 8) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
LightNode.java 90 public Light getLight() {
91 return lightControl.getLight();
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
BaseActivity.java 71 mInputController.setLightValue(l.getLight());
DemoKitActivity.java 99 public int getLight() {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
LightControl.java 91 public Light getLight() {
  /frameworks/base/services/java/com/android/server/
LightsService.java 192 public Light getLight(int id) {
BatteryService.java 561 mBatteryLight = lights.getLight(LightsService.LIGHT_ID_BATTERY);
PowerManagerService.java 561 mLcdLight = lights.getLight(LightsService.LIGHT_ID_BACKLIGHT);
562 mButtonLight = lights.getLight(LightsService.LIGHT_ID_BUTTONS);
563 mKeyboardLight = lights.getLight(LightsService.LIGHT_ID_KEYBOARD);
564 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
    [all...]
NotificationManagerService.java 593 mNotificationLight = lights.getLight(LightsService.LIGHT_ID_NOTIFICATIONS);
594 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
    [all...]

Completed in 169 milliseconds