Searched refs:errorColor (Results 1 – 2 of 2) sorted by relevance
183 final int errorColor = getResources().getColor(R.color.calculator_error_color); in setState() local184 mFormulaEditText.setTextColor(errorColor); in setState()185 mResultEditText.setTextColor(errorColor); in setState()186 getWindow().setStatusBarColor(errorColor); in setState()
356 final int errorColor = getColor(R.color.calculator_error_color); in setState() local357 mFormulaText.setTextColor(errorColor); in setState()358 mResultText.setTextColor(errorColor); in setState()359 getWindow().setStatusBarColor(errorColor); in setState()