Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DNavigableAppWidgetHostView.java93 ArrayList<View> focusableChildren = getFocusables(FOCUS_FORWARD); in onKeyUp() local
94 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()