Searched refs:hasCursor (Results 1 – 1 of 1) sorted by relevance
134 boolean hasCursor = false; in reformat()140 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat()141 hasCursor = false; in reformat()146 hasCursor = true; in reformat()150 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat()155 private String getFormattedNumber(char lastNonSeparator, boolean hasCursor) { in getFormattedNumber() argument156 return hasCursor ? mFormatter.inputDigitAndRememberPosition(lastNonSeparator) in getFormattedNumber()