Searched refs:focusableChildren (Results 1 – 1 of 1) sorted by relevance
100 ArrayList<View> focusableChildren = getFocusables(FOCUS_FORWARD); in onKeyUp() local101 focusableChildren.remove(this); in onKeyUp()102 int childrenCount = focusableChildren.size(); in onKeyUp()109 focusableChildren.get(0).performClick(); in onKeyUp()116 focusableChildren.get(0).requestFocus(); in onKeyUp()