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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java91 setTextColor(getResources().getColor(R.color.workspace_icon_text_color));
352 public void setTextColor(int color) { method in class:BubbleTextView
354 super.setTextColor(color);
366 super.setTextColor(mTextColor);
368 super.setTextColor(res.getColor(android.R.color.transparent));
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java292 setTextColor(mDefaultColor);
310 protected void setTextColor(int textColor) { method in class:CountingTimerView
487 setTextColor(mDefaultColor);
551 mStopStartTextView.setTextColor(pressedOn ? mPressedColor : mWhiteColor);
633 mStopStartTextView.setTextColor(mPressedColor);

Completed in 627 milliseconds