Home
last modified time | relevance | path

Searched refs:focusedIndex (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1334 int focusedIndex = parent.indexOfChild(child); in onRequestChildFocusSuperMarioStyle() local
1341 } else if (focusedIndex == getChildCount() - 1) { in onRequestChildFocusSuperMarioStyle()
1351 View nextChild = getChildAt(focusedIndex + 1); in onRequestChildFocusSuperMarioStyle()
1380 if (focusedIndex <= firstFullyVisibleIndex) { in onRequestChildFocusSuperMarioStyle()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java2520 int focusedIndex = indexOfChild(focusedChild);
2521 if (focusedIndex >= firstExpandableIndex()) {
2524 if (expandableIndexFromAdapterIndex(v.index) == focusedIndex