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

/packages/apps/Car/Radio/src/com/android/car/radio/
H A DCarouselView.java32 * A View that displays a vertical list of child views provided by a {@link CarouselView.Adapter}.
37 public class CarouselView extends ViewGroup { class in inherits:ViewGroup
38 private static final String TAG = "CarouselView";
50 private CarouselView.Adapter mAdapter;
72 public CarouselView(Context context) { method in class:CarouselView
77 public CarouselView(Context context, AttributeSet attrs) { method in class:CarouselView
82 public CarouselView(Context context, AttributeSet attrs, int defStyleAttrs) { method in class:CarouselView
87 public CarouselView(Context context, AttributeSet attrs, int defStyleAttrs, int defStyleRes) { method in class:CarouselView
96 TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.CarouselView);
109 public void setAdapter(CarouselView
[all...]

Completed in 334 milliseconds