Home
last modified time | relevance | path

Searched refs:totalDigits (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
DEvaluator.java677 final int totalDigits = lsdIndex - msdIndex + negative + 1; in getShortString() local
678 if (totalDigits <= SHORT_TARGET_LENGTH && dotIndex > msdIndex && lsdOffset >= -1) { in getShortString()
682 if (totalDigits <= SHORT_TARGET_LENGTH - 3) { in getShortString()