Searched defs:tabLayout (Results 1 – 3 of 3) sorted by relevance
322 final TabLayout tabLayout = (TabLayout) findViewById(R.id.tab_layout); in initializeDesktop() local627 TabLayout tabLayout = (TabLayout) findViewById(R.id.tab_layout); in onSaveInstanceState() local659 final TabLayout tabLayout = (TabLayout) findViewById(R.id.tab_layout); in populateCategoryTabs() local791 TabLayout tabLayout = (TabLayout) findViewById(R.id.tab_layout); in reselectLastTab() local
139 TabLayout tabLayout = mTabLayout; in maybeHideTabs() local
183 private TabAdapter(Context context, @LayoutRes int res, TabLayout tabLayout) { in TabAdapter()