Searched refs:mResultString (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java77 * mResultString (and often in a different format by the CR representation of the result). When
302 // (if mResultString == null or it's obsolete), or an AsyncReevaluator.
311 // We cache the best known decimal result in mResultString. Whenever that is
313 // Valid only if mResultString is non-null and (for the main expression) !mChangedValue.
315 public String mResultString; field in class:Evaluator.ExprInfo
321 // the index in mResultString holding the msd.
649 mExprInfo.mResultString = ERRONEOUS_RESULT;
656 mExprInfo.mResultString = result.newResultString;
658 final int dotIndex = mExprInfo.mResultString.indexOf('.');
659 String truncatedWholePart = mExprInfo.mResultString
[all...]

Completed in 37 milliseconds