Home
last modified time | relevance | path

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

12345

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DGutsViewHolder.kt77 dismissText.setTextColor(surfaceColor) in setSurfaceColor()
79 cancelText.setTextColor(surfaceColor) in setSurfaceColor()
94 gutsText.setTextColor(textColorList) in setTextPrimaryColor()
96 cancelText.setTextColor(textColorList) in setTextPrimaryColor()
/frameworks/base/services/core/java/com/android/server/input/debug/
DRotaryInputValueView.java64 setTextColor(INACTIVE_TEXT_COLOR); in RotaryInputValueView()
85 setTextColor(ACTIVE_TEXT_COLOR); in updateActivityStatus()
88 setTextColor(INACTIVE_TEXT_COLOR); in updateActivityStatus()
/frameworks/base/core/java/android/transition/
DChangeText.java222 view.setTextColor(currAlpha << 24 | startColor & 0xffffff); in createAnimator()
237 view.setTextColor(endColor); in createAnimator()
248 view.setTextColor(currAlpha << 24 | endColor & 0xffffff); in createAnimator()
255 view.setTextColor(endColor); in createAnimator()
282 view.setTextColor(endColor); in createAnimator()
295 view.setTextColor(mPausedColor); in createAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/
DColorSchemeTransition.kt129 mediaViewHolder.seamlessText.setTextColor(surfaceColor) in surfaceColor()
181 mediaViewHolder.titleText.setTextColor(textPrimary) in textPrimary()
185 mediaViewHolder.scrubbingElapsedTimeView.setTextColor(textColorList) in textPrimary()
186 mediaViewHolder.scrubbingTotalTimeView.setTextColor(textColorList) in textPrimary()
207 mediaViewHolder.artistText.setTextColor(textSecondary) in textSecondary()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DStackEducationView.kt80 setTextColor() in onFinishInflate()
105 private fun setTextColor() { in setTextColor() method
112 titleTextView.setTextColor(textColor) in setTextColor()
113 descTextView.setTextColor(textColor) in setTextColor()
/frameworks/base/samples/demo/haptic-assessment/src/com/example/android/hapticassessment/
DMainActivity.kt63 button.setTextColor(Color.BLACK) in <lambda>()
67 button.setTextColor(Color.WHITE) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarMenuItemView.java68 mTextView.setTextColor(typedArray.getColor(0, Color.BLACK)); in update()
71 mTextView.setTextColor(tint); in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDualTileLabel.java139 public void setTextColor(int color) { in setTextColor() method in QSDualTileLabel
140 mFirstLine.setTextColor(color); in setTextColor()
141 mSecondLine.setTextColor(color); in setTextColor()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java169 button.setTextColor(blendedColor); in showSlice()
232 mTitle.setTextColor(blendedColor); in updateTextColors()
237 ((TextView) v).setTextColor(blendedColor); in updateTextColors()
256 void setTextColor(@ColorInt int textColor) { in setTextColor() method in KeyguardSliceView
458 public void setTextColor(int color) { in setTextColor() method in KeyguardSliceView.KeyguardSliceTextView
459 super.setTextColor(color); in setTextColor()
DAuthKeyguardMessageArea.kt31 setTextColor(ColorStateList.valueOf(Color.WHITE)) in updateTextColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java510 .setTextColor(mInitialTextColorState) in updateForceIsDimissibileChanged()
530 .setTextColor(mInitialTextColorState) in updateLockScreenDisclosureMsg()
599 .setTextColor(mInitialTextColorState) in updateLockScreenOwnerInfo()
621 .setTextColor(mInitialTextColorState) in updateLockScreenBatteryMsg()
641 .setTextColor(mInitialTextColorState) in updateLockScreenUserLockedMsg()
662 .setTextColor(mInitialTextColorState) in updateBiometricMessage()
676 .setTextColor(mInitialTextColorState) in updateBiometricMessage()
707 .setTextColor(mInitialTextColorState) in updateLockScreenTrustMsg()
718 .setTextColor(mInitialTextColorState) in updateLockScreenTrustMsg()
732 .setTextColor(ColorStateList.valueOf( in updateLockScreenAlignmentMsg()
[all …]
DEmptyShadeView.java76 mEmptyText.setTextColor(onSurfaceVariant); in setTextColors()
77 mEmptyFooterText.setTextColor(onSurface); in setTextColors()
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
DNavigationBarButton.java100 public void setTextColor(ColorStateList colors) { in setTextColor() method in NavigationBarButton
101 super.setTextColor(colors); in setTextColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuMessageView.java169 mTextView.setTextColor(textColor); in updateResources()
174 mUndoButton.setTextColor(textColor); in updateResources()
/frameworks/base/core/java/com/android/internal/widget/
DNotificationExpandButton.java168 mNumberView.setTextColor(mHighlightTextColor); in updateColors()
176 mNumberView.setTextColor(mDefaultTextColor); in updateColors()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DColoredHeaderMixin.java61 titleView.setTextColor(color); in setColor()
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
DTaskOrganizerMultiWindowTest.java178 v.setTextColor(Color.BLACK); in onCreate()
193 v.setTextColor(Color.BLACK); in onCreate()
/frameworks/base/core/tests/coretests/src/com/android/internal/view/
DScrollViewCaptureHelperTest.java54 view.setTextColor(Color.WHITE); in createScrollableContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/
DMediaRecommendationsViewBinder.kt78 viewHolder.cardTitle.setTextColor(viewModel.cardTitleColor) in <lambda>()
200 title.setTextColor(ColorStateList.valueOf(mediaRecViewModel.titleColor)) in <lambda>()
204 subtitle.setTextColor(ColorStateList.valueOf(mediaRecViewModel.subtitleColor)) in <lambda>()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DGlyphCacheActivity.java57 textview.setTextColor(0xff << 24 | (int) (Math.random() * 255) << 16 | in createTextView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DShutdownUi.java128 reasonView.setTextColor(color); in showShutdownUi()
129 messageView.setTextColor(color); in showShutdownUi()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapperTest.java59 textView.setTextColor(0xcc000000); in childrenNeedInversion_doesntCrash_whenOpacity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java422 mClearAllButton.setTextColor(onSurface); in updateColors()
424 mManageOrHistoryButton.setTextColor(onSurface); in updateColors()
425 mSeenNotifsFooterTextView.setTextColor(onSurface); in updateColors()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DRecyclerViewActivity.java68 view.setTextColor(Color.WHITE); in onBindViewHolder()

12345