Searched refs:stringToGesture (Results 1 – 1 of 1) sorted by relevance
325 protected void gesture(final String stringToGesture) { in gesture() argument326 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()