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

  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
CardView.java 53 protected ImageView mBackgroundImage;
131 mBackgroundImage = viewById(R.id.image_background);
284 mBackgroundImage.setScaleType(ScaleType.CENTER_CROP);
285 mBackgroundImage.setImageBitmap(bmpBackground);
286 if (mBackgroundImage.getVisibility() != VISIBLE) {
287 mBackgroundImage.setVisibility(VISIBLE);
MediaCard.java 72 if (mBackgroundImage.getVisibility() != GONE) {
88 mBackgroundImage.animate()
CallCard.java 135 mBackgroundImage.animate()
  /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...]

Completed in 440 milliseconds