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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingTaskController.java36 public final static int RESULT = 1; field in class:ProcessingTaskController
44 if (msg.arg1 == RESULT) {
H A DProcessingTask.java64 msg.arg1 = ProcessingTaskController.RESULT;
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java92 RESULT, // Result displayed, formula invisible. enum constant in enum:Calculator.CalculatorState
93 // If we are in RESULT state, the formula was evaluated without
99 // INPUT -> EVALUATE -> ANIMATE -> RESULT (or ERROR) -> INPUT
100 // A RESULT -> ERROR transition is possible in rare corner cases, in which
107 // ANIMATE, ERROR, and RESULT are translated to an INIT state if the application
338 // But movement/animation for moving to RESULT has already been done.
346 if (mCurrentState == CalculatorState.RESULT) {
360 } else if (mCurrentState != CalculatorState.RESULT) {
453 * Switch to INPUT from RESULT state in response to input of the specified button_id.
471 } else if (mCurrentState == CalculatorState.RESULT) {
[all...]
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java63 INPUT, EVALUATE, RESULT, ERROR enum constant in enum:Calculator.CalculatorState
174 if (state == CalculatorState.RESULT || state == CalculatorState.ERROR) {
451 setState(CalculatorState.RESULT);

Completed in 98 milliseconds