Home
last modified time | relevance | path

Searched refs:tabCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusOnlyTabWidget.java49 final int tabCount = getTabCount(); in getChildTabIndex() local
50 for (int i = 0; i < tabCount; ++i) { in getChildTabIndex()
/packages/apps/Launcher2/src/com/android/launcher2/
DFocusOnlyTabWidget.java49 final int tabCount = getTabCount(); in getChildTabIndex() local
50 for (int i = 0; i < tabCount; ++i) { in getChildTabIndex()
DFocusHelper.java445 final int tabCount = parent.getTabCount(); in handleTabKeyEvent() local
464 if (tabIndex < (tabCount - 1)) { in handleTabKeyEvent()