Searched defs:setTextColor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java277 setTextColor(mDefaultColor);
297 protected void setTextColor(int textColor) { method in class:CountingTimerView
447 setTextColor(mDefaultColor);
511 mStopStartTextView.setTextColor(pressedOn ? mPressedColor : mWhiteColor);
596 mStopStartTextView.setTextColor(mPressedColor);

Completed in 68 milliseconds