Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardView.java496 int totalAccentKeys = accentKeys.size(); in onKeyLongPress() local
499 int nextRow = (mFocusIndex + totalAccentKeys) / mColCount; in onKeyLongPress()
503 baseIndex = nextRow * mColCount - totalAccentKeys; in onKeyLongPress()
506 for (int i = 0; i < totalAccentKeys; i++) { in onKeyLongPress()