Searched refs:tabs (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsSummary.java105 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs);
106 tabs.setTabIndicatorColorResource(R.color.theme_accent);
H A DManageApplications.java943 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs);
944 tabs.setTabIndicatorColorResource(R.color.theme_accent);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java71 * Convenience methods to select specific tabs. We want to set the content type immediately
74 * tabs manually).
91 * Setup the tab host and create all necessary tabs.
99 final TabWidget tabs = getTabWidget();
102 mTabs = tabs;
107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
109 // Configure the tabs content factory to return the same paged view (that we change the
117 // Create the tabs
121 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
126 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, fals
[all...]
H A DFocusHelper.java139 final TabWidget tabs = tabHost.getTabWidget();
199 tabs.requestFocus();
299 final TabWidget tabs = tabHost.getTabWidget();
359 tabs.requestFocus();
669 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar);
729 tabs.requestFocus();
/packages/apps/Browser/src/com/android/browser/
H A DPieControl.java148 View tabs = makeTabsView();
149 mShowTabs = new PieItem(tabs, 1);
248 final List<Tab> tabs = mUiController.getTabs();
250 mTabAdapter.setTabs(tabs);
296 public void setTabs(List<Tab> tabs) { argument
297 mTabs = tabs;
H A DTabControl.java42 // Maximum number of tabs.
44 // Private array of WebViews that are used as tabs.
46 // Queue of most recently viewed tabs.
108 * return the list of tabs
159 * Returns true if there are any incognito tabs open.
160 * @return True when any incognito tabs are open, false otherwise.
188 * number of open tabs.
196 // Return false if we have maxed out on tabs
220 * Remove the parent child relationships from all tabs.
241 // Remove t from our list of tabs
[all...]
H A DUI.java63 public void updateTabs(List<Tab> tabs); argument
H A DXLargeUi.java89 // We need to update the tabs with this change
160 public void updateTabs(List<Tab> tabs) { argument
161 mTabBar.updateTabs(tabs);
H A DTabBar.java104 mTabs = (TabScrollView) findViewById(R.id.tabs);
146 void updateTabs(List<Tab> tabs) { argument
149 for (Tab tab : tabs) {
H A DController.java268 // remaining incognito tabs.
306 // not null, but there aren't any tabs to restore.
336 List<Tab> tabs = mTabControl.getTabs();
337 ArrayList<Long> restoredTabs = new ArrayList<Long>(tabs.size());
338 for (Tab t : tabs) {
342 if (tabs.size() == 0) {
345 mUi.updateTabs(tabs);
662 // Save all the tabs
673 * @return Bundle containing the current state of all tabs.
679 // Save time so that we know how old incognito tabs (i
[all...]
H A DBaseUi.java317 public void updateTabs(List<Tab> tabs) { argument
641 // active tabs page
647 * Remove the active tabs page.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java632 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.search_drop_target_bar);
696 tabs.requestFocus();
/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java325 mTabWidget = (TabWidget) view.findViewById(android.R.id.tabs);
436 // this kicks off chain reaction which creates tabs, binds the body to
639 * Rebuild all tabs based on {@link NetworkPolicyEditor} and
640 * {@link #mShowWifi}, hiding the tabs entirely when applicable. Selects
673 // no usable tabs, so hide body
734 // TODO: remove mobile tabs when SIM isn't ready

Completed in 236 milliseconds