Searched refs:KeyFocus (Results 1 – 2 of 2) sorted by relevance
191 public static class KeyFocus { class in LeanbackKeyboardContainer224 public KeyFocus() { in KeyFocus() method in LeanbackKeyboardContainer.KeyFocus241 public void set(KeyFocus focus) { in set()258 KeyFocus keyFocus = (KeyFocus) o; in equals()410 private KeyFocus mCurrKeyInfo = new KeyFocus();411 private KeyFocus mDownKeyInfo = new KeyFocus();412 private KeyFocus mTempKeyInfo = new KeyFocus();959 public boolean getBestFocus(Float x, Float y, KeyFocus focus) { in getBestFocus()980 configureFocus(focus, mRect, i, KeyFocus.TYPE_SUGGESTION); in getBestFocus()990 configureFocus(focus, mRect, 0, KeyFocus.TYPE_ACTION); in getBestFocus()[all …]
29 import com.android.inputmethod.leanback.LeanbackKeyboardContainer.KeyFocus;141 private LeanbackKeyboardContainer.KeyFocus mDownFocus =142 new LeanbackKeyboardContainer.KeyFocus();143 private LeanbackKeyboardContainer.KeyFocus mTempFocus =144 new LeanbackKeyboardContainer.KeyFocus();151 private KeyFocus mKeyDownKeyFocus;211 LeanbackKeyboardContainer.KeyFocus initialKeyInfo = mContainer.getCurrFocus(); in getCurrentKeyPosition()218 KeyFocus focus = mContainer.getCurrFocus(); in performBestSnap()334 private void commitKey(LeanbackKeyboardContainer.KeyFocus keyFocus) { in commitKey()340 case KeyFocus.TYPE_VOICE: in commitKey()[all …]