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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java431 public void setTextColor(int color) { method in class:BubbleTextView
433 super.setTextColor(color);
437 public void setTextColor(ColorStateList colors) { method in class:BubbleTextView
439 super.setTextColor(colors);
451 super.setTextColor(mTextColor);
458 super.setTextColor(ColorUtils.setAlphaComponent(mTextColor, alpha));

Completed in 85 milliseconds