Searched refs:RESULT (Results 1 – 4 of 4) sorted by relevance
92 RESULT, // Result displayed, formula invisible. enumConstant346 if (mCurrentState == CalculatorState.RESULT) { in setState()360 } else if (mCurrentState != CalculatorState.RESULT) { in setState()471 } else if (mCurrentState == CalculatorState.RESULT) { in addKeyToExpr()526 if (mCurrentState == CalculatorState.RESULT) { in onButtonClick()533 if (mCurrentState == CalculatorState.RESULT) { in onButtonClick()824 setState(CalculatorState.RESULT); in onResult()837 setState(CalculatorState.RESULT); in onResult()877 menu.findItem(R.id.menu_leading).setVisible(mCurrentState == CalculatorState.RESULT); in onPrepareOptionsMenu()880 menu.findItem(R.id.menu_fraction).setVisible(mCurrentState == CalculatorState.RESULT in onPrepareOptionsMenu()[all …]
36 public final static int RESULT = 1; field in ProcessingTaskController44 if (msg.arg1 == RESULT) {
64 msg.arg1 = ProcessingTaskController.RESULT; in processRequest()
63 INPUT, EVALUATE, RESULT, ERROR enumConstant174 if (state == CalculatorState.RESULT || state == CalculatorState.ERROR) { in setState()451 setState(CalculatorState.RESULT); in onResult()