Home
last modified time | relevance | path

Searched refs:CarTabAdapter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java111 private final CarTabAdapter<T> mCarTabAdapter;
135 mCarTabAdapter = new CarTabAdapter(context, tabItemLayout, this); in CarTabLayout()
233 private static class CarTabAdapter<T extends CarTab> extends BaseAdapter { class in CarTabLayout
243 private CarTabAdapter(Context context, @LayoutRes int res, CarTabLayout carTabLayout) { in CarTabAdapter() method in CarTabLayout.CarTabAdapter