Searched refs:mDotParticles (Results 1 - 2 of 2) sorted by relevance

/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseFieldRS.java47 private ScriptField_Particle mDotParticles; field in class:NoiseFieldRS
65 mDotParticles = new ScriptField_Particle(mRS, 83);
66 smb2.addVertexAllocation(mDotParticles.getAllocation());
73 mScript.bind_dotParticles(mDotParticles);
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeamRS.java45 private ScriptField_Particle mDotParticles; field in class:PhaseBeamRS
67 mDotParticles = new ScriptField_Particle(mRS, DOT_COUNT);
69 smb2.addVertexAllocation(mDotParticles.getAllocation());
82 mScript.bind_dotParticles(mDotParticles);

Completed in 96 milliseconds