Home | History | Annotate | Download | only in calculator2

Lines Matching refs:getText

66     private String getText() {
67 return mDisplay.getText().toString();
79 mDisplay.setText(mHistory.getText(),
97 String text = getText();
105 if (getText().equals(mResult) || mIsError) {
118 String text = getText();
140 String text = getText();
145 mDisplay.setText(mHistory.getText(), CalculatorDisplay.Scroll.DOWN);
150 String text = getText();
155 mDisplay.setText(mHistory.getText(), CalculatorDisplay.Scroll.UP);
160 mHistory.update(getText());