HomeSort by relevance Sort by last modified time
    Searched refs: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);
156 mPvConsts.set(i, 0, true);
176 builder.addConstant(mPvConsts.getType());
179 pvs.bindConstants(mPvConsts.getAllocation(), 0);
187 builder.addConstant(mPvConsts.getType());
190 pvs.bindConstants(mPvConsts.getAllocation(), 0);
197 builder.addConstant(mPvConsts.getType());
200 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);
187 builder.addConstant(mPvConsts.getType());
191 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);
203 builder.addConstant(mPvConsts.getType());
206 pvs.bindConstants(mPvConsts.getAllocation(), 0);

Completed in 2296 milliseconds