Home | History | Annotate | Download | only in calculator2

Lines Matching refs:errorColor

519                 final int errorColor =
521 mFormulaText.setTextColor(errorColor);
522 mResultText.setTextColor(errorColor);
523 getWindow().setStatusBarColor(errorColor);