Home
last modified time | relevance | path

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

/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java186 private Bitmap[] mBeam = new Bitmap[4]; field in JetBoyView.JetBoyThread
385 mBeam[0] = BitmapFactory.decodeResource(mRes, R.drawable.intbeam_1); in JetBoyThread()
386 mBeam[1] = BitmapFactory.decodeResource(mRes, R.drawable.intbeam_2); in JetBoyThread()
387 mBeam[2] = BitmapFactory.decodeResource(mRes, R.drawable.intbeam_3); in JetBoyThread()
388 mBeam[3] = BitmapFactory.decodeResource(mRes, R.drawable.intbeam_4); in JetBoyThread()
534 canvas.drawBitmap(mBeam[mShipIndex], 51 + 20, 0, null); in doDrawRunning()