Home
last modified time | relevance | path

Searched refs:distanceToEdgeRatio (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java1095 final float distanceToEdgeRatio = (float)Math.sqrt(distanceFromKeyEdgeSquared) in isMajorEnoughMoveToBeOnNewKey() local
1098 +" %.2f key width from key edge", mPointerId, distanceToEdgeRatio)); in isMajorEnoughMoveToBeOnNewKey()