Searched defs:onReevaluate (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java934 public void onReevaluate(long index) { method in class:Calculator
936 mResultText.onReevaluate(index);
H A DCalculatorResult.java920 public void onReevaluate(long index) { method in class:CalculatorResult
H A DEvaluator.java69 * return palceholder characters, we start a background task, which invokes the onReevaluate()
137 public void onReevaluate(long index); // More precision is now available; please redraw. method in interface:Evaluator.EvaluationListener
739 * Ensure that onReevaluate() is called after doing so. If the evaluation fails for reasons
788 mListener.onReevaluate(mIndex);
1589 public void onReevaluate(long index) { method in class:Evaluator.SetWhenDoneListener

Completed in 727 milliseconds