Searched refs:setBackgroundBitmap (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMusicDemoActivity.java95 mView.setBackgroundBitmap(BitmapFactory.decodeResource(res, R.drawable.background));
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java398 * {@link CarouselView#setBackgroundBitmap(Bitmap)}, then this call has no effect.
415 public void setBackgroundBitmap(Bitmap bitmap) { method in class:CarouselView
416 mController.setBackgroundBitmap(bitmap);
H A DCarouselController.java128 setBackgroundBitmap(mBackgroundBitmap);
469 * {@link CarouselView#setBackgroundBitmap(Bitmap)}, then this call has no effect.
489 public void setBackgroundBitmap(Bitmap bitmap) { method in class:CarouselController

Completed in 425 milliseconds