Home
last modified time | relevance | path

Searched refs:setTextColor (Results 1 – 25 of 81) sorted by relevance

1234

/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanSpeedBar.java158 mOffButton.setTextColor(mButtonDisabledTextColor); in onFinishInflate()
164 mMaxButton.setTextColor(mButtonDisabledTextColor); in onFinishInflate()
185 mMaxButton.setTextColor(mButtonEnabledTextColor); in setMaxButtonEnabled()
188 mMaxButton.setTextColor(mButtonDisabledTextColor); in setMaxButtonEnabled()
197 mOffButton.setTextColor(mButtonEnabledTextColor); in setOffButtonEnabled()
200 mOffButton.setTextColor(mButtonDisabledTextColor); in setOffButtonEnabled()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java296 mTimeView.setTextColor( in greyOutInfo()
300 mProgramTitleView.setTextColor( in greyOutInfo()
304 mInfoSeparatorView.setTextColor( in greyOutInfo()
308 mChannelNameView.setTextColor( in greyOutInfo()
312 mExtraInfoView.setTextColor( in greyOutInfo()
320 mTimeView.setTextColor( in whiteBackInfo()
322 mProgramTitleView.setTextColor( in whiteBackInfo()
324 mInfoSeparatorView.setTextColor( in whiteBackInfo()
326 mChannelNameView.setTextColor( in whiteBackInfo()
328 mExtraInfoView.setTextColor( in whiteBackInfo()
[all …]
/packages/apps/Settings/src/com/android/settings/notification/
DImportancePreference.java178 ((TextView) parent.findViewById(R.id.silence_label)).setTextColor(colorNormal); in setImportanceSummary()
181 ((TextView) parent.findViewById(R.id.alert_label)).setTextColor(colorAccent); in setImportanceSummary()
187 ((TextView) parent.findViewById(R.id.alert_label)).setTextColor(colorNormal); in setImportanceSummary()
190 ((TextView) parent.findViewById(R.id.silence_label)).setTextColor(colorAccent); in setImportanceSummary()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java194 mConversationNameView.setTextColor(mListItemReadColor); in setConversationName()
197 mConversationNameView.setTextColor(mListItemUnreadColor); in setConversationName()
392 mSnippetTextView.setTextColor(color); in bind()
394 mSubjectTextView.setTextColor(color); in bind()
407 mTimestampTextView.setTextColor(resources.getColor(R.color.conversation_list_error)); in bind()
421 mTimestampTextView.setTextColor(mListItemReadColor); in bind()
426 mTimestampTextView.setTextColor(mListItemReadColor); in bind()
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java332 holder.inputLabelView.setTextColor(mTextColorPrimary); in onBindViewHolder()
333 holder.secondaryInputLabelView.setTextColor(mTextColorSecondary); in onBindViewHolder()
336 holder.inputLabelView.setTextColor(mTextColorDisabled); in onBindViewHolder()
337 holder.secondaryInputLabelView.setTextColor(mTextColorDisabled); in onBindViewHolder()
342 holder.inputLabelView.setTextColor(mTextColorPrimary); in onBindViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java480 public void setTextColor(int color) { in setTextColor() method in BubbleTextView
482 super.setTextColor(getModifiedColor()); in setTextColor()
486 public void setTextColor(ColorStateList colors) { in setTextColor() method in BubbleTextView
489 super.setTextColor(colors); in setTextColor()
491 super.setTextColor(getModifiedColor()); in setTextColor()
508 super.setTextColor(getModifiedColor()); in setTextAlpha()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java210 views.callAccountLabel.setTextColor(context.getResources().getColor(defaultColor)); in setPhoneCallDetails()
212 views.callAccountLabel.setTextColor(color); in setPhoneCallDetails()
282 views.callLocationAndDate.setTextColor( in setPhoneCallDetails()
390 title.setTextColor(ContextCompat.getColor(context, R.color.dialer_primary_text_color)); in showVoicemailDonationPromo()
406 positiveButton.setTextColor(ThemeComponent.get(context).theme().getColorPrimary()); in showVoicemailDonationPromo()
410 negativeButton.setTextColor(ThemeComponent.get(context).theme().getTextColorSecondary()); in showVoicemailDonationPromo()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java454 mSimNameView.setTextColor(showSimIconAsIncoming ? getResources().getColor( in updateViewContent()
969 mMessageTextView.setTextColor(messageColor); in updateTextAppearance()
971 mSubjectText.setTextColor(messageColor); in updateTextAppearance()
973 mTitleTextView.setTextColor(getResources().getColor(statusColorResId)); in updateTextAppearance()
976 mMmsInfoTextView.setTextColor(getResources().getColor(infoColorResId)); in updateTextAppearance()
982 mStatusTextView.setTextColor(getResources().getColor(timestampColorResId)); in updateTextAppearance()
984 mSubjectLabel.setTextColor(getResources().getColor(subjectLabelColorResId)); in updateTextAppearance()
985 mSenderNameTextView.setTextColor(getResources().getColor(timestampColorResId)); in updateTextAppearance()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrPrioritySettingsFragment.java248 titleView.setTextColor(mActionColor);
256 titleView.setTextColor(mSelectedActionColor);
264 titleView.setTextColor(mActionColor);
/packages/apps/Contacts/src/com/android/contacts/editor/
DEventFieldEditorView.java127 mDateView.setTextColor(mHintTextColor); in rebuildDateView()
131 mDateView.setTextColor(mPrimaryTextColor); in rebuildDateView()
268 mDateView.setTextColor(mHintTextColor); in clearAllFields()
DGroupMembershipView.java136 checkedTextView.setTextColor(mPrimaryTextColor); in getView()
326 mGroupList.setTextColor(mHintTextColor); in updateView()
329 mGroupList.setTextColor(mPrimaryTextColor); in updateView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DConversationMessageView.java175 mContactIconView.setTextColor(mIconTextColor); in updateViewContent()
248 mMessageTextView.setTextColor(messageColor); in updateTextAppearance()
250 mStatusTextView.setTextColor(timestampColorResId); in updateTextAppearance()
/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java175 mContactIconView.setTextColor(mIconTextColor); in updateViewContent()
248 mMessageTextView.setTextColor(messageColor); in updateTextAppearance()
250 mStatusTextView.setTextColor(timestampColorResId); in updateTextAppearance()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DRemoveView.java95 removeText.setTextColor(unhighlightedColor); in setAppearanceNormal()
101 removeText.setTextColor(highlightedColor); in setAppearanceHighlighted()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DAddContactsConfirmationDialog.java58 cancelButton.setTextColor(resources.getColor(R.color.contact_picker_button_text_color)); in show()
62 addButton.setTextColor(resources.getColor(R.color.contact_picker_button_text_color)); in show()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/diagnostic/
DDiagnosticTestFragment.java72 mLiveDiagnosticInfo.setTextColor(Color.RED); in onCreateView()
76 mFreezeDiagnosticInfo.setTextColor(Color.RED); in onCreateView()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DKeyValueRow.java105 clickable.setTextColor(linkColor); in setOnClickListener()
113 reset.setTextColor(mDefaultTextColor); in removeOnClickListener()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBodyView.java136 mContentView.setTextColor(color); in setSecondaryTextColor()
143 mTitleView.setTextColor(color); in setPrimaryTextColor()
DCarNotificationHeaderView.java175 mHeaderTextView.setTextColor(color); in setHeaderTextColor()
182 mTimeView.setTextColor(color); in setTimeTextColor()
/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.java329 label.setTextColor(mSaturdayColor); in updateHeader()
331 label.setTextColor(mSundayColor); in updateHeader()
333 label.setTextColor(mDayNameColor); in updateHeader()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreference.java263 usageRemainingField.setTextColor( in updateDataUsageLabels()
269 usageRemainingField.setTextColor( in updateDataUsageLabels()
360 carrierInfo.setTextColor(Utils.getColorAttr(getContext(), colorId)); in setCarrierInfoTextStyle()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageSummaryPreference.java263 usageRemainingField.setTextColor( in updateDataUsageLabels()
269 usageRemainingField.setTextColor( in updateDataUsageLabels()
360 carrierInfo.setTextColor(Utils.getColorAttr(getContext(), colorId)); in setCarrierInfoTextStyle()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageView.java61 v.setTextColor(color); in UsageView()
64 v.setTextColor(color); in UsageView()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java61 v.setTextColor(color); in UsageView()
64 v.setTextColor(color); in UsageView()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java125 mHeaderText.setTextColor(mNotificationHeaderTextColor); in updateHeader()
126 mHeaderCount.setTextColor(mNotificationHeaderTextColor); in updateHeader()

1234