Searched refs:mLastFocusIndex (Results 1 – 1 of 1) sorted by relevance
33 int mLastFocusIndex = -1; field in ControlBar55 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);