Searched refs:NOT_DIGIT (Results 1 – 3 of 3) sorted by relevance
234 public static final int NOT_DIGIT = 10; field in KeyMaps267 return NOT_DIGIT; in digVal()
957 boolean isDigit = KeyMaps.digVal(k) != KeyMaps.NOT_DIGIT; in addChars()
482 final boolean isConstPiece = (d != KeyMaps.NOT_DIGIT || id == R.id.dec_point); in add()