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

/packages/apps/Browser/src/com/android/browser/
H A DPieControlBase.java132 public void setTabs(List<Tab> tabs) { argument
133 mTabs = tabs;
H A DXLargeUi.java115 // We need to update the tabs with this change
213 public void updateTabs(List<Tab> tabs) { argument
214 mTabBar.updateTabs(tabs);
H A DTabBar.java107 mTabs = (TabScrollView) findViewById(R.id.tabs);
149 void updateTabs(List<Tab> tabs) { argument
152 for (Tab tab : tabs) {
H A DUI.java63 public void updateTabs(List<Tab> tabs); argument
H A DBaseUi.java277 public void updateTabs(List<Tab> tabs) { argument
626 // active tabs page
632 * Remove the active tabs page.

Completed in 31 milliseconds