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