Home | History | Annotate | Download | only in keyboard

Lines Matching refs:lastY

854             final long eventTime, final Key oldKey, final int lastX, final int lastY) {
859 getDistance(x, y, lastX, lastY),
860 lastX, lastY, Constants.printableCode(oldKey.getCode()),
868 final long eventTime, final Key oldKey, final int lastX, final int lastY) {
879 lastX, lastY, Constants.printableCode(oldKey.getCode()),
894 final long eventTime, final Key oldKey, final int lastX, final int lastY) {
908 && getDistance(x, y, lastX, lastY) >= mPhantomSuddenMoveThreshold) {
909 processPhantomSuddenMoveHack(key, x, y, eventTime, oldKey, lastX, lastY);
916 processProximateBogusDownMoveUpEventHack(key, x, y, eventTime, oldKey, lastX, lastY);
954 final int lastY = mLastY;
970 dragFingerFromOldKeyToNewKey(newKey, x, y, eventTime, oldKey, lastX, lastY);