Home
last modified time | relevance | path

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

12345678

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardIndicationTest.java45 .setTextColor(ColorStateList.valueOf(WHITE)) in testCannotCreateIndicationWithoutMessageOrIcon()
60 .setTextColor(ColorStateList.valueOf(WHITE)) in testCannotCreateIndicationWithEmptyMessage()
69 .setTextColor(ColorStateList.valueOf(WHITE)) in testCreateIndicationWithMessage()
78 .setTextColor(ColorStateList.valueOf(WHITE)) in testCreateIndicationWithIcon()
89 .setTextColor(ColorStateList.valueOf(WHITE)) in testCreateIndicationWithMessageAndIcon()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DDefaultClockController.java125 setTextColor(Color.WHITE); in getPreview()
156 public void setTextColor(int color) { in setTextColor() method in DefaultClockController
157 mTextTime.setTextColor(color); in setTextColor()
158 mTextDate.setTextColor(color); in setTextColor()
H A DAnalogClockController.java136 setTextColor(Color.WHITE); in getPreview()
170 public void setTextColor(int color) { in setTextColor() method in AnalogClockController
183 mLockClock.setTextColor(secondary); in updateColor()
H A DBubbleClockController.java136 setTextColor(Color.WHITE); in getPreview()
170 public void setTextColor(int color) { in setTextColor() method in BubbleClockController
183 mLockClock.setTextColor(secondary); in updateColor()
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeText.java218 view.setTextColor(currAlpha << 24 | startColor & 0xffffff); in createAnimator()
233 view.setTextColor(endColor); in createAnimator()
244 view.setTextColor(currAlpha << 24 | endColor & 0xffffff); in createAnimator()
251 view.setTextColor(endColor); in createAnimator()
278 view.setTextColor(endColor); in createAnimator()
291 view.setTextColor(mPausedColor); in createAnimator()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
H A DFanSpeedBar.java198 mOffButton.setTextColor(mButtonInactiveTextColor); in onFinishInflate()
204 mMaxButton.setTextColor(mButtonInactiveTextColor); in onFinishInflate()
221 mMaxButton.setTextColor(mButtonActiveTextColor); in setMaxButtonActive()
224 mMaxButton.setTextColor(mButtonInactiveTextColor); in setMaxButtonActive()
232 mOffButton.setTextColor(mButtonActiveTextColor); in setOffButtonActive()
235 mOffButton.setTextColor(mButtonInactiveTextColor); in setOffButtonActive()
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
H A 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DStackEducationView.kt78 setTextColor()
103 private fun setTextColor() { regex
110 titleTextView.setTextColor(textColor)
111 descTextView.setTextColor(textColor)
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBodyView.java194 mContentView.setTextColor(color); in setSecondaryTextColor()
212 mTitleView.setTextColor(color); in setPrimaryTextColor()
221 mCountView.setTextColor(color); in setCountTextColor()
239 mTimeView.setTextColor(color); in setTimeTextColor()
272 mCountView.setTextColor(mDefaultPrimaryTextColor); in reset()
H A DCarNotificationActionButton.java80 public void setTextColor(@ColorInt int color) { in setTextColor() method in CarNotificationActionButton
81 mTextView.setTextColor(color); in setTextColor()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A 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()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A 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 …]
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DHighlightableTopLevelPreferenceAdapter.java238 ((TextView) v.findViewById(android.R.id.title)).setTextColor(mTitleColorHighlight); in addHighlightBackground()
239 ((TextView) v.findViewById(android.R.id.summary)).setTextColor(mSummaryColorHighlight); in addHighlightBackground()
249 ((TextView) v.findViewById(android.R.id.title)).setTextColor(mTitleColorNormal); in removeHighlightBackground()
250 ((TextView) v.findViewById(android.R.id.summary)).setTextColor(mSummaryColorNormal); in removeHighlightBackground()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java316 .setTextColor(mInitialTextColorState) in updateDisclosure()
357 .setTextColor(mInitialTextColorState) in updateOwnerInfo()
376 .setTextColor(mInitialTextColorState) in updateBattery()
392 .setTextColor(mInitialTextColorState) in updateUserLocked()
407 .setTextColor(mInitialTextColorState) in updateBiometricMessage()
440 .setTextColor(mInitialTextColorState) in updateTrust()
450 .setTextColor(mInitialTextColorState) in updateTrust()
464 .setTextColor(ColorStateList.valueOf( in updateAlignment()
480 .setTextColor(mInitialTextColorState) in updateResting()
497 .setTextColor(Utils.getColorAttr( in updateLogoutView()
[all …]
H A DEmptyShadeView.java56 public void setTextColor(@ColorInt int color) { in setTextColor() method in EmptyShadeView
57 mEmptyText.setTextColor(color); in setTextColor()
/aosp12/frameworks/base/samples/demo/haptic-assessment/src/com/example/android/hapticassessment/
H A DMainActivity.kt63 button.setTextColor(Color.BLACK)
67 button.setTextColor(Color.WHITE)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java170 button.setTextColor(blendedColor); in showSlice()
233 mTitle.setTextColor(blendedColor); in updateTextColors()
238 ((TextView) v).setTextColor(blendedColor); in updateTextColors()
257 void setTextColor(@ColorInt int textColor) { in setTextColor() method in KeyguardSliceView
459 public void setTextColor(int color) { in setTextColor() method in KeyguardSliceView.KeyguardSliceTextView
460 super.setTextColor(color); in setTextColor()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDualTileLabel.java135 public void setTextColor(int color) { in setTextColor() method in QSDualTileLabel
136 mFirstLine.setTextColor(color); in setTextColor()
137 mSecondLine.setTextColor(color); in setTextColor()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A 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()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DColoredSwitchPreference.java83 title.setTextColor(mEnabledColor); in onBindViewHolder()
85 title.setTextColor(mDisabledColor); in onBindViewHolder()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DRemoveView.java95 removeText.setTextColor(unhighlightedColor); in setAppearanceNormal()
101 removeText.setTextColor(highlightedColor); in setAppearanceHighlighted()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DPeopleHubView.kt56 fun setTextColor(@ColorInt color: Int) = label.setTextColor(color) regex
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A 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()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A 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()

12345678