Searched defs:getTabCount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DTabControl.java279 int getTabCount() { method in class:TabControl
292 final int numTabs = getTabCount();
427 if (getTabCount() > 0) {
452 if (getTabCount() == 0) return;
480 if (getTabCount() == 1 || current == null) {
510 if (getTabCount() == 1 || current == null) {
H A DTabBar.java142 int getTabCount() { method in class:TabBar

Completed in 165 milliseconds