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

  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 68 private ProgramFragment mPfBackground;
172 mPfBackground = builder.create();
173 mPfBackground.bindSampler(mSampler, 0);
175 mScript.set_gPFBackground(mPfBackground);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 60 private ProgramFragment mPfBackground;
147 mPfBackground = builder.create();
148 mPfBackground.bindSampler(mSampler, 0);
150 mScript.set_gPFBackground(mPfBackground);
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 54 private ProgramFragment mPfBackground;
268 mPfBackground = builder.create();
269 mPfBackground.bindSampler(mSampler, 0);
271 mScript.set_g_PFBackground(mPfBackground);

Completed in 66 milliseconds