Home
last modified time | relevance | path

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

/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java273 Resources mRes; field in JetBoyView.JetBoyThread
291 mRes = context.getResources(); in JetBoyThread()
367 mTitleBG = BitmapFactory.decodeResource(mRes, R.drawable.title_hori); in JetBoyThread()
374 mBackgroundImageFar = BitmapFactory.decodeResource(mRes, R.drawable.background_a); in JetBoyThread()
376 mLaserShot = BitmapFactory.decodeResource(mRes, R.drawable.laser); in JetBoyThread()
378 mBackgroundImageNear = BitmapFactory.decodeResource(mRes, R.drawable.background_b); in JetBoyThread()
380 mShipFlying[0] = BitmapFactory.decodeResource(mRes, R.drawable.ship2_1); in JetBoyThread()
381 mShipFlying[1] = BitmapFactory.decodeResource(mRes, R.drawable.ship2_2); in JetBoyThread()
382 mShipFlying[2] = BitmapFactory.decodeResource(mRes, R.drawable.ship2_3); in JetBoyThread()
383 mShipFlying[3] = BitmapFactory.decodeResource(mRes, R.drawable.ship2_4); in JetBoyThread()
[all …]
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPActivity.java71 private Resources mRes; field in BluetoothHDPActivity
83 String.format(mRes.getString(R.string.status_reg),
89 String.format(mRes.getString(R.string.status_unreg),
94 mStatusMessage.setText(mRes.getString(R.string.read_data));
99 mStatusMessage.setText(mRes.getString(R.string.read_data_done));
106 String.format(mRes.getString(R.string.status_create_channel),
114 String.format(mRes.getString(R.string.status_destroy_channel),
141 mRes = getResources(); in onCreate()