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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java90 setTextColor(getResources().getColor(R.color.workspace_icon_text_color));
355 public void setTextColor(int color) { method in class:BubbleTextView
357 super.setTextColor(color);
369 super.setTextColor(mTextColor);
371 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 194 milliseconds