Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java106 INIT_FOR_RESULT, // Identical to INIT, but evaluation is known to terminate enumConstant
289 case INIT_FOR_RESULT: in mapFromSaved()
291 return CalculatorState.INIT_FOR_RESULT; in mapFromSaved()
341 && mCurrentState != CalculatorState.INIT_FOR_RESULT) { in restoreDisplay()
542 return mCurrentState == CalculatorState.INIT_FOR_RESULT in isResultLayout()
924 mCurrentState == CalculatorState.INIT_FOR_RESULT in onEvaluate()
1127 || mCurrentState == CalculatorState.INIT_FOR_RESULT /* very unlikely */) { in onError()