Home
last modified time | relevance | path

Searched defs:tabLayout (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DSeparatedTabLayout.java76 private SeparatedTabLayoutOnPageChangeCallback(TabLayout tabLayout) { in SeparatedTabLayoutOnPageChangeCallback()
110 TabLayout tabLayout = mTabLayoutRef.get(); in updateTabPositionIfNeeded() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DTopLevelPickerActivity.java333 final TabLayout tabLayout = (TabLayout) findViewById(R.id.tab_layout); in initializeDesktop() local
641 TabLayout tabLayout = (TabLayout) findViewById(R.id.tab_layout); in onSaveInstanceState() local
674 final TabLayout tabLayout = (TabLayout) findViewById(R.id.tab_layout); in populateCategoryTabs() local
821 TabLayout tabLayout = (TabLayout) findViewById(R.id.tab_layout); in reselectLastTab() local
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/view/
H A DViewInfoActivity.java145 TabLayout tabLayout = mTabLayout; in maybeHideTabs() local
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
H A DProfileSelectFragment.java145 private void setupTabTextColor(TabLayout tabLayout) { in setupTabTextColor()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java199 final LinearLayout tabLayout = new LinearLayout(getContext(), null, in createTabLayout() local