Home
last modified time | relevance | path

Searched refs:textColor (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
DBlockedListSearchAdapter.java54 final int textColor = mResources.getColor(R.color.blocked_number_block_color); in setViewBlocked() local
55 view.getDataView().setTextColor(textColor); in setViewBlocked()
56 view.getLabelView().setTextColor(textColor); in setViewBlocked()
62 final int textColor = mResources.getColor(R.color.dialtacts_secondary_text_color); in setViewUnblocked() local
63 view.getDataView().setTextColor(textColor); in setViewUnblocked()
64 view.getLabelView().setTextColor(textColor); in setViewUnblocked()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java306 protected void setTextColor(int textColor) { in setTextColor() argument
307 mPaintBigThin.setColor(textColor); in setTextColor()
308 mPaintMed.setColor(textColor); in setTextColor()
611 final int textColor = mVirtualButtonPressedOn ? mPressedColor : mDefaultColor; in onDraw() local
612 mPaintBigThin.setColor(textColor); in onDraw()
613 mPaintMed.setColor(textColor); in onDraw()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DDialpadFragment.java457 int textColor = InCallPresenter.getInstance().getThemeColors().mPrimaryColor; in updateColors() local
459 if (mCurrentTextColor == textColor) { in updateColors()
466 ((TextView) dialpadKey.findViewById(R.id.dialpad_key_number)).setTextColor(textColor); in updateColors()
469 mCurrentTextColor = textColor; in updateColors()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectCalendarsSimpleAdapter.java273 int textColor; in getView() local
275 textColor = mColorCalendarVisible; in getView()
277 textColor = mColorCalendarHidden; in getView()
279 calendarName.setTextColor(textColor); in getView()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DSimSelectorAvatarRequest.java75 final int textColor = selected ? subColor : Color.WHITE; in renderSimAvatarInternal() local
96 paint.setColor(textColor); in renderSimAvatarInternal()
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
DEmbeddedCarUiController.java195 …public void setSearchBoxColors(int backgroundColor, int searchLogocolor, int textColor, int hintTe… in setSearchBoxColors() argument
196 mCarUiEntry.setSearchBoxColors(backgroundColor, searchLogocolor, textColor, hintTextColor); in setSearchBoxColors()
DCarDrawerActivity.java413 public void setSearchBoxColors(int backgroundColor, int searchLogoColor, int textColor, in setSearchBoxColors() argument
416 textColor, hintTextColor); in setSearchBoxColors()
DCarUiController.java132 public abstract void setSearchBoxColors(int backgroundColor, int googleLogoColor, int textColor, in setSearchBoxColors() argument
/packages/services/Car/car-lib/src/android/car/app/menu/
DCarUiEntry.java155 int textColor, int hintTextColor); in setSearchBoxColors() argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java219 private void setCaptionsTextColor(String textColor) { in setCaptionsTextColor() argument
220 final int color = (int) Long.parseLong(textColor, 16) & 0x00ffffff; in setCaptionsTextColor()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryChart.java236 ColorStateList textColor = null; field in BatteryHistoryChart.TextAttrs
255 textColor = appearance.getColorStateList(attr); in retrieve()
281 paint.setColor(textColor.getDefaultColor()); in apply()
427 mainTextAttrs.textColor = a.getColorStateList(attr); in BatteryHistoryChart()
428 headTextAttrs.textColor = a.getColorStateList(attr); in BatteryHistoryChart()
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
DCarUiEntry.java322 public void setSearchBoxColors(int backgroundColor, int searchLogoColor, int textColor, in setSearchBoxColors() argument
328 mCarRestrictedEditText.setTextColor(textColor); in setSearchBoxColors()
/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabs.java72 android.R.attr.textColor,
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DViewPagerTabs.java85 android.R.attr.textColor,
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java121 public void set(TextView textView, Integer textColor) {
122 textView.setTextColor(textColor);