OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thresholdsquared
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java
246
final int
thresholdSquared
= threshold * threshold;
345
if (key.squaredDistanceToEdge(centerX, centerY) <
thresholdSquared
) {
Completed in 32 milliseconds