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

  /frameworks/ex/carousel/test/src/com/android/carouseltest/
MusicDemoActivity.java 95 mView.setBackgroundBitmap(BitmapFactory.decodeResource(res, R.drawable.background));
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 398 * {@link CarouselView#setBackgroundBitmap(Bitmap)}, then this call has no effect.
415 public void setBackgroundBitmap(Bitmap bitmap) {
416 mController.setBackgroundBitmap(bitmap);
CarouselController.java 128 setBackgroundBitmap(mBackgroundBitmap);
469 * {@link CarouselView#setBackgroundBitmap(Bitmap)}, then this call has no effect.
489 public void setBackgroundBitmap(Bitmap bitmap) {

Completed in 98 milliseconds