Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
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()
DAnalogClockController.java136 setTextColor(Color.WHITE); in getPreview()
170 public void setTextColor(int color) { in setTextColor() method in AnalogClockController
183 mLockClock.setTextColor(secondary); in updateColor()
DBubbleClockController.java136 setTextColor(Color.WHITE); in getPreview()
170 public void setTextColor(int color) { in setTextColor() method in BubbleClockController
183 mLockClock.setTextColor(secondary); in updateColor()
/frameworks/base/core/java/android/transition/
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()
DRecolor.java94 textView.setTextColor(end); in createAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java56 public void setTextColor(@ColorInt int color) { in setTextColor() method in FooterView
57 mManageButton.setTextColor(color); in setTextColor()
58 mDismissButton.setTextColor(color); 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/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java56 public void setTextColor(@ColorInt int color) { in setTextColor() method in EmptyShadeView
57 mEmptyText.setTextColor(color); in setTextColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DPeopleHubView.kt56 fun setTextColor(@ColorInt color: Int) = label.setTextColor(color) in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleManageEducationView.java74 mTitleTextView.setTextColor(textColor); in onFinishInflate()
75 mDescTextView.setTextColor(textColor); in onFinishInflate()
DBubbleOverflowActivity.java167 mEmptyStateTitle.setTextColor(textColor); in updateTheme()
168 mEmptyStateSubtitle.setTextColor(textColor); in updateTheme()
261 viewName.setTextColor(textColor); in onCreateViewHolder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDualTileLabel.java135 public void setTextColor(int color) { in setTextColor() method in QSDualTileLabel
136 mFirstLine.setTextColor(color); in setTextColor()
137 mSecondLine.setTextColor(color); in setTextColor()
/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/keyguard/
DKeyguardSliceView.java258 button.setTextColor(blendedColor); in showSlice()
316 mTitle.setTextColor(blendedColor); in updateTextColors()
321 ((TextView) v).setTextColor(blendedColor); in updateTextColors()
385 void setTextColor(@ColorInt int textColor) { in setTextColor() method in KeyguardSliceView
581 public void setTextColor(int color) { in setTextColor() method in KeyguardSliceView.KeyguardSliceTextView
582 super.setTextColor(color); in setTextColor()
DKeyguardClockSwitch.java268 mClockPlugin.setTextColor(getCurrentTextColor()); in setClockPlugin()
303 public void setTextColor(int color) { in setTextColor() method in KeyguardClockSwitch
304 mClockView.setTextColor(color); in setTextColor()
305 mClockViewBold.setTextColor(color); in setTextColor()
307 mClockPlugin.setTextColor(color); in setTextColor()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java253 mKeyguardClockSwitch.setTextColor(Color.YELLOW); in setTextColor_defaultClockSetTextColor()
255 verify(mClockView).setTextColor(Color.YELLOW); in setTextColor_defaultClockSetTextColor()
265 mKeyguardClockSwitch.setTextColor(Color.WHITE); in setTextColor_pluginClockSetTextColor()
267 verify(plugin).setTextColor(Color.WHITE); in setTextColor_pluginClockSetTextColor()
/frameworks/layoutlib/remote/tests/src/
DCustomComponent.java51 setTextColor(Color.WHITE); in init()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DClockPlugin.java100 void setTextColor(int color); in setTextColor() method
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DColoredHeaderMixin.java61 titleView.setTextColor(color); in setColor()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGlyphCacheActivity.java57 textview.setTextColor(0xff << 24 | (int) (Math.random() * 255) << 16 | in createTextView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapperTest.java64 textView.setTextColor(0xcc000000); in childrenNeedInversion_doesntCrash_whenOpacity()
/frameworks/base/core/tests/coretests/src/android/widget/
DLabelView.java110 public void setTextColor(int color) { in setTextColor() method in LabelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsImpl.java152 reasonView.setTextColor(color); in showShutdownUi()
153 messageView.setTextColor(color); in showShutdownUi()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricFingerprintView.java81 mIndicatorView.setTextColor(R.color.biometric_dialog_gray); in showTouchSensorString()
/frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/
DRSListActivity.java64 textView.setTextColor(textColor); in onCreate()

1234