Searched refs:totalAccentKeys (Results 1 – 1 of 1) sorted by relevance
496 int totalAccentKeys = accentKeys.size(); in onKeyLongPress() local499 int nextRow = (mFocusIndex + totalAccentKeys) / mColCount; in onKeyLongPress()503 baseIndex = nextRow * mColCount - totalAccentKeys; in onKeyLongPress()506 for (int i = 0; i < totalAccentKeys; i++) { in onKeyLongPress()