Searched refs:mBeam (Results 1 – 1 of 1) sorted by relevance
186 private Bitmap[] mBeam = new Bitmap[4]; field in JetBoyView.JetBoyThread385 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()