Searched refs:hasCursor (Results 1 – 1 of 1) sorted by relevance
149 boolean hasCursor = false; in reformat()155 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat()156 hasCursor = false; in reformat()161 hasCursor = true; in reformat()165 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat()170 private String getFormattedNumber(char lastNonSeparator, boolean hasCursor) { in getFormattedNumber() argument171 return hasCursor ? mFormatter.inputDigitAndRememberPosition(lastNonSeparator) in getFormattedNumber()