Searched refs:mTabLayout (Results 1 - 4 of 4) sorted by relevance

/packages/apps/EmergencyInfo/src/com/android/emergency/view/
H A DViewInfoActivity.java62 private TabLayout mTabLayout; field in class:ViewInfoActivity
117 TabLayout tabLayout = mTabLayout;
152 return mTabLayout;
183 mTabLayout = (TabLayout) findViewById(R.id.sliding_tabs);
189 mTabLayout.setTabsFromPagerAdapter(mTabsAdapter);
193 mTabLayout.setOnTabSelectedListener(
198 viewPager.addOnPageChangeListener(new TabLayoutOnPageChangeListener(mTabLayout));
201 mTabLayout.setTabsFromPagerAdapter(mTabsAdapter);
/packages/apps/Settings/src/com/android/settings/wifi/calling/
H A DWifiCallingSettings.java53 private SlidingTabLayout mTabLayout; field in class:WifiCallingSettings
65 mTabLayout = view.findViewById(R.id.sliding_tabs);
91 mTabLayout.setViewPager(mViewPager);
93 mTabLayout.setVisibility(View.GONE);
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DFloatingHeaderView.java63 protected ViewGroup mTabLayout; field in class:FloatingHeaderView
90 mTabLayout = findViewById(R.id.tabs);
95 mTabLayout.setVisibility(tabsHidden ? View.GONE : View.VISIBLE);
159 mTabLayout.setTranslationY(mTranslationY);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClock.java125 private TabLayout mTabLayout; field in class:DeskClock
165 mTabLayout = (TabLayout) findViewById(R.id.tabs);
173 final TabLayout.Tab tab = mTabLayout.newTab()
185 text.setTextColor(mTabLayout.getTabTextColors());
198 mTabLayout.addTab(tab);
290 mTabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
465 * Configure the {@link #mFragmentTabPager} and {@link #mTabLayout} to display UiDataModel's
473 for (int i = 0; i < mTabLayout.getTabCount(); i++) {
474 final TabLayout.Tab tab = mTabLayout.getTabAt(i);

Completed in 547 milliseconds