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

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java40 public abstract class CarouselView extends RSSurfaceView { class in inherits:RSSurfaceView
42 private static final String TAG = "CarouselView";
118 public CarouselView(Context context) { method in class:CarouselView
122 public CarouselView(Context context, CarouselController controller) { method in class:CarouselView
129 public CarouselView(Context context, AttributeSet attrs) { method in class:CarouselView
133 public CarouselView(Context context, AttributeSet attrs, CarouselController controller) { method in class:CarouselView
387 * when {@link CarouselView#setTextureForItem(int, Bitmap)} is called. It is shared by all
398 * {@link CarouselView#setBackgroundBitmap(Bitmap)}, then this call has no effect.
411 * null, this overrides {@link CarouselView#setBackgroundColor(Float4)}.
444 * {@link CarouselView#setForceBlendCardsWith
[all...]

Completed in 63 milliseconds