Searched defs:tabs (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
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 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 DTabBar.java104 mTabs = (TabScrollView) findViewById(R.id.tabs);
146 void updateTabs(List<Tab> tabs) { argument
149 for (Tab tab : tabs) {
H A DUI.java63 public void updateTabs(List<Tab> tabs); argument
H A DBaseUi.java317 public void updateTabs(List<Tab> tabs) { argument
641 // active tabs page
647 * Remove the active tabs page.
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 72 milliseconds