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

  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 111 private Bitmap mBackgroundImage;
234 mBackgroundImage = BitmapFactory.decodeResource(res,
524 mBackgroundImage = Bitmap.createScaledBitmap(
525 mBackgroundImage, width, height, true);
626 canvas.drawBitmap(mBackgroundImage, 0, 0, null);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 60 private Bitmap mBackgroundImage = null;
464 if (mBackgroundImage == null) {
465 mBackgroundImage = mImageLoader.getBackgroundBitmap(getResources());
467 if (mBackgroundImage != null) {
468 Rect s = new Rect(0, 0, mBackgroundImage.getWidth(),
469 mBackgroundImage.getHeight());
471 canvas.drawBitmap(mBackgroundImage, s, d, mPaint);

Completed in 71 milliseconds