Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/toolbar/
DTabLayout.java81 private final TabAdapter mTabAdapter;
99 mTabAdapter = new TabAdapter(context, tabLayoutRes, this); in TabLayout()
176 private static class TabAdapter extends BaseAdapter { class in TabLayout
183 private TabAdapter(Context context, @LayoutRes int res, TabLayout tabLayout) { in TabAdapter() method in TabLayout.TabAdapter