Searched refs:mLights (Results 1 – 4 of 4) sorted by relevance
48 ArrayList<LightBase> mLights; field in Scene68 mLights = new ArrayList<LightBase>(); in Scene()130 mLights.add(l); in appendLight()165 return mLights; in getLights()250 mLights = null; in destroyRS()357 if (mLights.size() > 0) { in initRS()360 mLights.size()); in initRS()361 Allocation[] lightAllocs = new Allocation[mLights.size()]; in initRS()362 for (int i = 0; i < mLights.size(); i ++) { in initRS()363 lightAllocs[i] = mLights.get(i).getRSData().getAllocation(); in initRS()
46 HashMap<String, LightBase> mLights; field in ColladaParser67 mLights = new HashMap<String, LightBase>(); in ColladaParser()75 mLights.clear(); in init()209 LightBase light = mLights.get(lightURL.substring(1)); in updateLight()446 mLights.put(id, sceneLight); in convertLight()
31 final LightImpl mLights[] = new LightImpl[LightsManager.LIGHT_ID_COUNT]; field in LightsService128 mLights[i] = new LightImpl(i); in LightsService()141 return mLights[id];
249 ArrayList<String> mLights = new ArrayList<>(); field in NotificationManagerService614 mLights.clear();1874 N = mLights.size(); in dumpImpl()1883 pw.println(mLights.get(i)); in dumpImpl()2457 boolean wasShowLights = mLights.remove(record.getKey()); in buzzBeepBlinkLocked()2459 mLights.add(record.getKey()); in buzzBeepBlinkLocked()2813 mLights.remove(canceledKey); in cancelNotificationLocked()3048 while (ledNotification == null && !mLights.isEmpty()) { in updateLightsLocked()3049 final String owner = mLights.get(mLights.size() - 1); in updateLightsLocked()3053 mLights.remove(owner); in updateLightsLocked()