Home | History | Annotate | Download | only in accelerometerplay

Lines Matching refs:ball

250                             Particle ball = mBalls[i];
251 ball.computePhysics(sx, sy, dT, dTC);
284 Particle ball = mBalls[j];
285 float dx = ball.mPosX - curr.mPosX;
286 float dy = ball.mPosY - curr.mPosY;
302 ball.mPosX += dx * c;
303 ball.mPosY += dy * c;
355 // rescale the ball so it's about 0.5 cm on screen
356 Bitmap ball = BitmapFactory.decodeResource(getResources(), R.drawable.ball);
359 mBitmap = Bitmap.createScaledBitmap(ball, dstWidth, dstHeight, true);