HomeSort by relevance Sort by last modified time
    Searched refs:mCenterYsG (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 159 mCenterYsG[i] = mKeyYCoordinates[i] + mKeyHeights[i] / 2;
164 const float gapY = sweetSpotCenterY - mCenterYsG[i];
165 mSweetSpotCenterYsG[i] = static_cast<int>(mCenterYsG[i] + gapY * verticalScale);
184 mCenterXsG[i], mCenterYsG[i], mCenterXsG[j], mCenterYsG[j]);
229 centerY = mCenterYsG[keyId];
proximity_info.h 122 int mCenterYsG[MAX_KEY_COUNT_IN_A_KEYBOARD];

Completed in 54 milliseconds