Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.cpp136 / GeometryUtils::SQUARE_FLOAT(static_cast<float>(getMostCommonKeyWidth())); in getNormalizedSquaredDistanceFromCenterFloatG()
204 && keyWidth > getMostCommonKeyWidth()) { in getKeyCenterXOfKeyIdG()
207 const int keyWidthHalfDiff = (keyWidth - getMostCommonKeyWidth()) / 2; in getKeyCenterXOfKeyIdG()
Dproximity_info_state.cpp120 ProximityInfoStateUtils::refreshBeelineSpeedRates(mProximityInfo->getMostCommonKeyWidth(), in initInputParams()
133 mMaxPointToKeyLength, mProximityInfo->getMostCommonKeyWidth(), in initInputParams()
Dproximity_info.h53 int getMostCommonKeyWidth() const { return MOST_COMMON_KEY_WIDTH; } in getMostCommonKeyWidth() function
Dproximity_info_state_utils.cpp411 const int mostCommonKeyWidth = proximityInfo->getMostCommonKeyWidth(); in pushTouchPoint()