Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java1045 boolean overestimateHeight = false; in setKbFocus()
1060 overestimateHeight = true; in setKbFocus()
1071 setSelectorToFocus(focus.rect, overestimateWidth, overestimateHeight, animate); in setKbFocus()
1075 public void setSelectorToFocus(Rect rect, boolean overestimateWidth, boolean overestimateHeight, in setSelectorToFocus() argument
1085 if (overestimateHeight) { in setSelectorToFocus()