HomeSort by relevance Sort by last modified time
    Searched refs:NOT_DIGIT (Results 1 - 3 of 3) sorted by null

  /packages/apps/ExactCalculator/src/com/android/calculator2/
KeyMaps.java 385 public static final int NOT_DIGIT = 10;
392 * Map key id to digit or NOT_DIGIT
418 return NOT_DIGIT;
CalculatorExpr.java 488 final boolean isConstPiece = (d != KeyMaps.NOT_DIGIT || id == R.id.dec_point);
    [all...]
Calculator.java     [all...]

Completed in 291 milliseconds