OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sweetSpotCenterY
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp
163
const float
sweetSpotCenterY
= static_cast<float>(mSweetSpotCenterYs[i]);
164
const float gapY =
sweetSpotCenterY
- mCenterYsG[i];
proximity_info_state_utils.cpp
158
const float
sweetSpotCenterY
= proximityInfo->getSweetSpotCenterYAt(keyIndex);
162
+ GeometryUtils::SQUARE_FLOAT(inputY -
sweetSpotCenterY
);
[
all
...]
Completed in 132 milliseconds