Searched defs:setBackgroundBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
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
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);

Completed in 881 milliseconds