OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLights
(Results
1 - 5
of
5
) 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
174
private ArrayList<NotificationRecord>
mLights
= new ArrayList<NotificationRecord>();
[
all
...]
/frameworks/base/services/java/com/android/server/power/
DisplayPowerController.java
182
private final LightsService
mLights
;
365
mLights
= lights;
531
mLights
.getLight(LightsService.LIGHT_ID_BACKLIGHT));
[
all
...]
Completed in 702 milliseconds