OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOT_DIGIT
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
KeyMaps.java
234
public static final int
NOT_DIGIT
= 10;
241
* Map key id to digit or
NOT_DIGIT
267
return
NOT_DIGIT
;
Calculator.java
[
all
...]
CalculatorExpr.java
439
boolean isConstPiece = (d != KeyMaps.
NOT_DIGIT
|| id == R.id.dec_point);
[
all
...]
Completed in 132 milliseconds