HomeSort by relevance Sort by last modified time
    Searched refs:CalculatorResult (Results 1 - 4 of 4) sorted by null

  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
CalculatorHitSomeButtons.java 37 import com.android.calculator2.CalculatorResult;
170 CalculatorResult display = (CalculatorResult) mActivity.findViewById(R.id.result);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 44 public class CalculatorResult extends AlignedTextView {
111 public CalculatorResult(Context context, AttributeSet attrs) {
128 CalculatorResult.this.cancelLongPress();
145 CalculatorResult.this.cancelLongPress();
Evaluator.java 133 private final CalculatorResult mResult;
182 CalculatorResult resultDisplay) {
421 // because CalculatorResult.MAX_WIDTH was too small.
619 * We try to match the CalculatorResult code when the result is finite
634 // TODO: Think about refactoring this to remove partial redundancy with CalculatorResult.
653 && lsdOffset >= -CalculatorResult.MAX_TRAILING_ZEROES - 1) {
655 // CalculatorResult would not use scientific notation either.
664 && lsdOffset <= CalculatorResult.MAX_LEADING_ZEROES + 1) {
666 // CalculatorResult would not use scientific notation either.
    [all...]
Calculator.java 200 private CalculatorResult mResultText;
236 mResultText = (CalculatorResult) findViewById(R.id.result);
    [all...]

Completed in 426 milliseconds