Searched refs:mTextColors (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DSwitch.java87 private ColorStateList mTextColors; field in class:Switch
150 mTextColors = getTextColors();
411 // mTextColors should not be null, but just in case
412 if (mTextColors != null) {
413 mTextPaint.setColor(mTextColors.getColorForState(getDrawableState(),
414 mTextColors.getDefaultColor()));
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DSwitch.java87 private ColorStateList mTextColors; field in class:Switch
150 mTextColors = getTextColors();
411 // mTextColors should not be null, but just in case
412 if (mTextColors != null) {
413 mTextPaint.setColor(mTextColors.getColorForState(getDrawableState(),
414 mTextColors.getDefaultColor()));

Completed in 785 milliseconds