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

  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 227 private Particle mBalls[] = new Particle[NUM_PARTICLES];
233 for (int i = 0; i < mBalls.length; i++) {
234 mBalls[i] = new Particle();
248 final int count = mBalls.length;
250 Particle ball = mBalls[i];
278 final int count = mBalls.length;
282 Particle curr = mBalls[i];
284 Particle ball = mBalls[j];
317 return mBalls.length;
321 return mBalls[i].mPosX
    [all...]
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 38 private ScriptField_Ball mBalls;
115 mBalls = new ScriptField_Ball(mRS, PART_COUNT, Allocation.USAGE_SCRIPT);
119 mPhysicsScript.set_gBalls(mBalls.getAllocation());
125 mScript.bind_balls(mBalls);

Completed in 86 milliseconds