Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java1044 boolean overestimateWidth = false; in setKbFocus()
1061 overestimateWidth = (focus.code != LeanbackKeyboardView.ASCII_SPACE); in setKbFocus()
1062 … mMainKeyboardView.setFocus(focus.index, mTouchState == TOUCH_STATE_CLICK, overestimateWidth); in setKbFocus()
1071 setSelectorToFocus(focus.rect, overestimateWidth, overestimateHeight, animate); in setKbFocus()
1075 public void setSelectorToFocus(Rect rect, boolean overestimateWidth, boolean overestimateHeight, in setSelectorToFocus() argument
1088 if (overestimateWidth) { in setSelectorToFocus()