Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_utils.h149 const int mostCommonKeyWidthSquare = mostCommonKeyWidth * mostCommonKeyWidth; in calculateProximities() local
170 if (onKey || distance < mostCommonKeyWidthSquare) { in calculateProximities()