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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java288 setTextColor(mDefaultColor);
306 protected void setTextColor(int textColor) { method in class:CountingTimerView
483 setTextColor(mDefaultColor);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java428 public void setTextColor(int color) { method in class:BubbleTextView
430 super.setTextColor(color);
434 public void setTextColor(ColorStateList colors) { method in class:BubbleTextView
436 super.setTextColor(colors);
442 super.setTextColor(mTextColor);
444 super.setTextColor(res.getColor(android.R.color.transparent));

Completed in 166 milliseconds