Searched refs:focusedIndex (Results 1 – 2 of 2) sorted by relevance
1334 int focusedIndex = parent.indexOfChild(child); in onRequestChildFocusSuperMarioStyle() local1341 } else if (focusedIndex == getChildCount() - 1) { in onRequestChildFocusSuperMarioStyle()1351 View nextChild = getChildAt(focusedIndex + 1); in onRequestChildFocusSuperMarioStyle()1380 if (focusedIndex <= firstFullyVisibleIndex) { in onRequestChildFocusSuperMarioStyle()
2520 int focusedIndex = indexOfChild(focusedChild);2521 if (focusedIndex >= firstExpandableIndex()) {2524 if (expandableIndexFromAdapterIndex(v.index) == focusedIndex