Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DControlBar.java33 int mLastFocusIndex = -1; field in ControlBar
55 int index = mLastFocusIndex >= 0 && mLastFocusIndex < getChildCount() in onRequestFocusInDescendants()
56 ? mLastFocusIndex : getDefaultFocusIndex(); in onRequestFocusInDescendants()
67 if (mLastFocusIndex >= 0 && mLastFocusIndex < getChildCount()) {
68 views.add(getChildAt(mLastFocusIndex));
88 mLastFocusIndex = indexOfChild(child);