Home
last modified time | relevance | path

Searched refs:mCurrentButton (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java154 mCurrentButton = mEqualButton;
158 mCurrentButton = mDeleteButton;
176 mCurrentButton = mEqualButton;
213 private View mCurrentButton; field in Calculator
504 mCurrentButton = view; in onButtonClick()
566 mCurrentButton = view; in onLongClick()
740 reveal(mCurrentButton, R.color.calculator_accent_color, new AnimatorListenerAdapter() { in onClear()
757 reveal(mCurrentButton, R.color.calculator_error_color, in onError()
970 mCurrentButton = findViewById(k); in addChars()
985 mCurrentButton = findViewById(f); in addChars()