Searched refs:setTextColor (Results 1 – 9 of 9) sorted by relevance
22 setTextColor(description, descriptionTextColor); in applyPartnerCustomizationStyle()65 static void setTextColor(TextView description, int color) { in setTextColor() method in DescriptionStyler67 description.setTextColor(color); in setTextColor()
72 setTextColor(headerTextColor); in HeaderMixin()101 setTextColor(valueOf(textColor)); in applyPartnerCustomizationStyle()187 public void setTextColor(ColorStateList color) { in setTextColor() method in HeaderMixin190 titleView.setTextColor(color); in setTextColor()
100 public void setTextColor(ColorStateList colors) { in setTextColor() method in NavigationBarButton101 super.setTextColor(colors); in setTextColor()
48 midiText.setTextColor(Color.BLACK); in onCreateView()
288 line.setTextColor(Color.DKGRAY); in drawWaveformChart()
220 getMixin(HeaderMixin.class).setTextColor(color); in setHeaderColor()
560 button.setTextColor(ColorStateList.valueOf(color));564 button.setTextColor(
135 mTextView.setTextColor(isEnabled(position) ? Color.BLACK : Color.GRAY); in onCreate()
454 [countdownLabel_ setTextColor:[NSColor redColor]];