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

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Scene.java 48 ArrayList<LightBase> mLights;
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.get(i).getRSData().getAllocation()
    [all...]
ColladaParser.java 46 HashMap<String, LightBase> mLights;
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/
LightsService.java 58 private final Light mLights[] = new Light[LIGHT_ID_COUNT];
183 mLights[i] = new Light(i);
193 return mLights[id];
NotificationManagerService.java 144 private ArrayList<NotificationRecord> mLights = new ArrayList<NotificationRecord>();
469 mLights.clear();
    [all...]

Completed in 62 milliseconds