Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java325 protected void gesture(final String stringToGesture) { in gesture() argument
326 if (StringUtils.codePointCount(stringToGesture) < 2) { in gesture()
331 final int startCodePoint = stringToGesture.codePointAt(0); in gesture()
337 for (int i = Character.charCount(startCodePoint); i < stringToGesture.length(); in gesture()
338 i = stringToGesture.offsetByCodePoints(i, 1)) { in gesture()
339 final Point newPoint = getXY(stringToGesture.codePointAt(i)); in gesture()