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/src/
proximity_info.cpp
180
const float
sweetSpotCenterY
= mSweetSpotCenterYs[keyIndex];
183
return square(inputX - sweetSpotCenterX) + square(inputY -
sweetSpotCenterY
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java
86
float[] sweetSpotCenterX, float[]
sweetSpotCenterY
, float[] sweetSpotRadii);
Completed in 35 milliseconds