Searched refs:hasCursor (Results 1 – 1 of 1) sorted by relevance
144 boolean hasCursor = false; in reformat()150 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat()151 hasCursor = false; in reformat()156 hasCursor = true; in reformat()160 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat()165 private String getFormattedNumber(char lastNonSeparator, boolean hasCursor) { in getFormattedNumber() argument166 return hasCursor ? mFormatter.inputDigitAndRememberPosition(lastNonSeparator) in getFormattedNumber()