Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardController.java227 private PointF getBestSnapPosition(PointF currPoint, long currTime) { in getBestSnapPosition() argument
229 return currPoint; in getBestSnapPosition()
240 currPoint = change.position; in getBestSnapPosition()
245 mKeyChangeHistory.add(new KeyChange(currTime, currPoint)); in getBestSnapPosition()
249 return currPoint; in getBestSnapPosition()