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

  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 47 private ScriptField_Particle mDotParticles;
65 mDotParticles = new ScriptField_Particle(mRS, 83);
66 smb2.addVertexAllocation(mDotParticles.getAllocation());
73 mScript.bind_dotParticles(mDotParticles);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 45 private ScriptField_Particle mDotParticles;
67 mDotParticles = new ScriptField_Particle(mRS, DOT_COUNT);
69 smb2.addVertexAllocation(mDotParticles.getAllocation());
82 mScript.bind_dotParticles(mDotParticles);

Completed in 67 milliseconds