Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.cpp196 const int keyId, const int referencePointX, const bool isGeometric) const { in getKeyCenterXOfKeyIdG() argument
203 if (referencePointX != NOT_A_COORDINATE in getKeyCenterXOfKeyIdG()
208 if (referencePointX < centerX - keyWidthHalfDiff) { in getKeyCenterXOfKeyIdG()
210 } else if (referencePointX > centerX + keyWidthHalfDiff) { in getKeyCenterXOfKeyIdG()
213 centerX = referencePointX; in getKeyCenterXOfKeyIdG()
Dproximity_info.h68 const int keyId, const int referencePointX, const bool isGeometric) const;