Home
last modified time | relevance | path

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

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