Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java975 View suggestView = mSuggestions.getChildAt(i); in getBestFocus() local
976 offsetRect(mRect, suggestView); in getBestFocus()
978 suggestView.requestFocus(); in getBestFocus()
979 LeanbackUtils.sendAccessibilityEvent(suggestView.findViewById(R.id.text), true); in getBestFocus()
1309 View suggestView = mSuggestions.getChildAt(index); in getNextFocusInDirection() local
1310 if (suggestView != null) { in getNextFocusInDirection()
1311 offsetRect(mRect, suggestView); in getNextFocusInDirection()
1324 suggestView.requestFocus(); in getNextFocusInDirection()
1326 suggestView.findViewById(R.id.text), true); in getNextFocusInDirection()