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

  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 33 private ScriptField_VpConsts mPvConsts;
92 mPvConsts = new ScriptField_VpConsts(mRS, 1);
154 mPvConsts.set(i, 0, true);
174 builder.addConstant(mPvConsts.getType());
177 pvs.bindConstants(mPvConsts.getAllocation(), 0);
185 builder.addConstant(mPvConsts.getType());
188 pvs.bindConstants(mPvConsts.getAllocation(), 0);
195 builder.addConstant(mPvConsts.getType());
198 pvs.bindConstants(mPvConsts.getAllocation(), 0);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 44 private ScriptField_VpConsts mPvConsts;
75 mPvConsts = new ScriptField_VpConsts(mRS, 1);
117 mPvConsts.set(i, 0, true);
185 builder.addConstant(mPvConsts.getType());
189 pvs.bindConstants(mPvConsts.getAllocation(), 0);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 41 private ScriptField_VpConsts mPvConsts;
85 mPvConsts = new ScriptField_VpConsts(mRS, 1);
132 mPvConsts.set(i, 0, true);
201 builder.addConstant(mPvConsts.getType());
204 pvs.bindConstants(mPvConsts.getAllocation(), 0);

Completed in 728 milliseconds