Searched defs:setCurrentTab (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DTabHost.java161 setCurrentTab(tabIndex);
247 setCurrentTab(0);
294 setCurrentTab(i);
398 public void setCurrentTab(int index) { method in class:TabHost
H A DTabWidget.java378 * {@link #setCurrentTab}. Normally, the view logic takes care of
387 public void setCurrentTab(int index) { method in class:TabWidget
445 * tab, normally at {@link #setCurrentTab}. Normally this would not
454 * @see #setCurrentTab
460 setCurrentTab(index);
526 setCurrentTab(i);

Completed in 68 milliseconds