OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPfsBackground
(Results
1 - 3
of
3
) sorted by null
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java
59
private ProgramStore
mPfsBackground
;
148
mPfsBackground
= builder.create();
150
mScript.set_gPFSBackground(
mPfsBackground
);
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java
58
private ProgramStore
mPfsBackground
;
284
mPfsBackground
= builder.create();
294
mScript.set_g_PFSBackground(
mPfsBackground
);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java
64
private ProgramStore
mPfsBackground
;
252
mPfsBackground
= builder.create();
254
mScript.set_gPFSBackground(
mPfsBackground
);
Completed in 26 milliseconds