Searched refs:squaredDistance (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp180 const float squaredDistance = calculateSquaredDistanceFromSweetSpotCenter(proximityInfo, local
184 return squaredDistance / squaredRadius;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2618 static private float squaredDistance(float[] point1, float[] point2) { method in class:Workspace
2706 float dist = squaredDistance(touchXy, cellLayoutCenter);

Completed in 3766 milliseconds