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";
56 private CarouselView.Adapter mAdapter;
78 public CarouselView(Context context) { method in class:CarouselView
83 public CarouselView(Context context, AttributeSet attrs) { method in class:CarouselView
88 public CarouselView(Context context, AttributeSet attrs, int defStyleAttrs) { method in class:CarouselView
93 public CarouselView(Context context, AttributeSet attrs, int defStyleAttrs, int defStyleRes) { method in class:CarouselView
102 TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.CarouselView);
115 public void setAdapter(CarouselView
[all...]

Completed in 49 milliseconds