Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java959 public boolean getBestFocus(Float x, Float y, KeyFocus focus) { in getBestFocus() method in LeanbackKeyboardContainer
1279 validNextFocus = getBestFocus((float) mRect.right, null, nextFocus); in getNextFocusInDirection()
1282 validNextFocus = getBestFocus( in getNextFocusInDirection()
1289 validNextFocus = getBestFocus( in getNextFocusInDirection()
1366 validNextFocus = getBestFocus(x, y, nextFocus); in getNextFocusInDirection()
1426 getBestFocus(mX, mY, mTempKeyInfo); in resetFocusCursor()
DLeanbackKeyboardController.java222 mContainer.getBestFocus(bestSnap.x, bestSnap.y, mTempFocus); in performBestSnap()