Searched refs:mLights (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DScene.java48 ArrayList<LightBase> mLights; field in class:Scene
68 mLights = new ArrayList<LightBase>();
130 mLights.add(l);
165 return mLights;
250 mLights = null;
357 if (mLights.size() > 0) {
360 mLights.size());
361 Allocation[] lightAllocs = new Allocation[mLights.size()];
362 for (int i = 0; i < mLights.size(); i ++) {
363 lightAllocs[i] = mLights
[all...]
H A DColladaParser.java46 HashMap<String, LightBase> mLights; field in class:ColladaParser
67 mLights = new HashMap<String, LightBase>();
75 mLights.clear();
209 LightBase light = mLights.get(lightURL.substring(1));
446 mLights.put(id, sceneLight);
/frameworks/base/services/java/com/android/server/
H A DLightsService.java58 private final Light mLights[] = new Light[LIGHT_ID_COUNT]; field in class:LightsService
183 mLights[i] = new Light(i);
193 return mLights[id];
H A DNotificationManagerService.java174 private ArrayList<NotificationRecord> mLights = new ArrayList<NotificationRecord>(); field in class:NotificationManagerService
1111 mLights.clear();
1945 mLights.remove(old);
1954 mLights.add(r);
2043 mLights.remove(r);
2233 int n = mLights.size();
2235 mLedNotification = mLights.get(n-1);
2342 N = mLights.size();
2346 pw.println(" " + mLights.get(i));
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java182 private final LightsService mLights; field in class:DisplayPowerController
365 mLights = lights;
531 mLights.getLight(LightsService.LIGHT_ID_BACKLIGHT));

Completed in 283 milliseconds