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

/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
H A DPagedListView.java43 public class PagedListView extends FrameLayout { class in inherits:FrameLayout
44 private static final String TAG = "PagedListView";
98 public PagedListView(Context context, AttributeSet attrs) { method in class:PagedListView
102 public PagedListView(Context context, AttributeSet attrs, int defStyleAttrs) { method in class:PagedListView
106 public PagedListView(Context context, AttributeSet attrs, int defStyleAttrs, int defStyleRes) { method in class:PagedListView
109 attrs, R.styleable.PagedListView, defStyleAttrs, defStyleRes);
273 * Sets the scrollbars of this PagedListView to change from light to dark colors depending on
281 * Sets the scrollbars of this PagedListView to be light colors.
288 * Sets the scrollbars of this PagedListView to be dark colors.

Completed in 76 milliseconds