Home | History | Annotate | Download | only in keyboard

Lines Matching full:curkey

1082         final Key curKey = mCurrentKey;
1083 if (newKey == curKey) {
1086 if (curKey == null /* && newKey != null */) {
1089 // Here curKey points to the different key from newKey.
1092 final int distanceFromKeyEdgeSquared = curKey.squaredDistanceToEdge(x, y);