Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java232 private int detectFastMove(final int x, final int y, final int time) { in detectFastMove() method in GestureStrokeRecognitionPoints
280 final int distance = detectFastMove(x, y, time); in addEventPoint()