Searched refs:overestimateWidth (Results 1 – 1 of 1) sorted by relevance
1044 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() argument1088 if (overestimateWidth) { in setSelectorToFocus()