Home | History | Annotate | Download | only in keyboard

Lines Matching refs:newKey

555     private Key onMoveToNewKey(final Key newKey, final int x, final int y) {
556 mCurrentKey = newKey;
559 return newKey;
836 private void processDraggingFingerInToNewKey(final Key newKey, final int x, final int y,
841 Key key = newKey;
956 final Key newKey = onMoveKey(x, y);
960 onGestureMoveEvent(x, y, eventTime, true /* isMajorEvent */, newKey);
968 if (newKey != null) {
969 if (oldKey != null && isMajorEnoughMoveToBeOnNewKey(x, y, eventTime, newKey)) {
970 dragFingerFromOldKeyToNewKey(newKey, x, y, eventTime, oldKey, lastX, lastY);
974 processDraggingFingerInToNewKey(newKey, x, y, eventTime);
976 } else { // newKey == null
977 if (oldKey != null && isMajorEnoughMoveToBeOnNewKey(x, y, eventTime, newKey)) {
1115 final Key newKey) {
1117 if (newKey == curKey) {
1120 if (curKey == null /* && newKey != null */) {
1123 // Here curKey points to the different key from newKey.