Searched refs:RESULT (Results 1 - 3 of 3) 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.java109 RESULT, // Result displayed, formula invisible. enum constant in enum:Calculator.CalculatorState
110 // If we are in RESULT state, the formula was evaluated without
117 // INPUT -> EVALUATE -> ANIMATE -> RESULT (or ERROR) -> INPUT
118 // A RESULT -> ERROR transition is possible in rare corner cases, in which
123 // ERROR and RESULT are translated to INIT or INIT_FOR_RESULT state if the application
126 // In INIT_FOR_RESULT, and RESULT state, a copy of the current
288 case RESULT:
340 if (mCurrentState != CalculatorState.RESULT
484 // But movement/animation for moving to RESULT has already been done.
494 if (mCurrentState == CalculatorState.RESULT) {
[all...]

Completed in 367 milliseconds