Lines Matching defs:tabIndex
445 final int tabIndex = parent.getChildTabIndex(v);454 if (tabIndex > 0) {455 parent.getChildTabViewAt(tabIndex - 1).requestFocus();463 if (tabIndex < (tabCount - 1)) {464 parent.getChildTabViewAt(tabIndex + 1).requestFocus();