/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
D | DefaultClockController.java | 125 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()
|
D | AnalogClockController.java | 136 setTextColor(Color.WHITE); in getPreview() 170 public void setTextColor(int color) { in setTextColor() method in AnalogClockController 183 mLockClock.setTextColor(secondary); in updateColor()
|
D | BubbleClockController.java | 136 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/ |
D | ChangeText.java | 218 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()
|
D | Recolor.java | 94 textView.setTextColor(end); in createAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | FooterView.java | 55 public void setTextColor(@ColorInt int color) { in setTextColor() method in FooterView 56 mManageButton.setTextColor(color); in setTextColor() 57 mDismissButton.setTextColor(color); in setTextColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | EmptyShadeView.java | 56 public void setTextColor(@ColorInt int color) { in setTextColor() method in EmptyShadeView 57 mEmptyText.setTextColor(color); in setTextColor()
|
D | KeyguardIndicationController.java | 390 mTextView.setTextColor(Color.WHITE); in updateIndication() 395 mTextView.setTextColor(Utils.getColorError(mContext)); in updateIndication() 416 mTextView.setTextColor(mInitialTextColorState); in updateIndication() 419 mTextView.setTextColor(mTransientTextColorState); in updateIndication() 423 mTextView.setTextColor(mInitialTextColorState); in updateIndication() 426 mTextView.setTextColor(Utils.getColorError(mContext)); in updateIndication() 432 mTextView.setTextColor(mInitialTextColorState); in updateIndication() 442 mTextView.setTextColor(mInitialTextColorState); in updateIndication() 445 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSDualTileLabel.java | 135 public void setTextColor(int color) { in setTextColor() method in QSDualTileLabel 136 mFirstLine.setTextColor(color); in setTextColor() 137 mSecondLine.setTextColor(color); in setTextColor()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardClockSwitchTest.java | 229 mKeyguardClockSwitch.setTextColor(Color.YELLOW); in setTextColor_defaultClockSetTextColor() 231 verify(mClockView).setTextColor(Color.YELLOW); in setTextColor_defaultClockSetTextColor() 241 mKeyguardClockSwitch.setTextColor(Color.WHITE); in setTextColor_pluginClockSetTextColor() 243 verify(plugin).setTextColor(Color.WHITE); in setTextColor_pluginClockSetTextColor()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSliceView.java | 248 button.setTextColor(blendedColor); in showSlice() 306 mTitle.setTextColor(blendedColor); in updateTextColors() 311 ((Button) v).setTextColor(blendedColor); in updateTextColors() 375 void setTextColor(@ColorInt int textColor) { in setTextColor() method in KeyguardSliceView 571 public void setTextColor(int color) { in setTextColor() method in KeyguardSliceView.KeyguardSliceButton 572 super.setTextColor(color); in setTextColor()
|
D | KeyguardClockSwitch.java | 268 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/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/ |
D | NavigationBarButton.java | 100 public void setTextColor(ColorStateList colors) { in setTextColor() method in NavigationBarButton 101 super.setTextColor(colors); in setTextColor()
|
/frameworks/layoutlib/remote/tests/src/ |
D | CustomComponent.java | 51 setTextColor(Color.WHITE); in init()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | ClockPlugin.java | 100 void setTextColor(int color); in setTextColor() method
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/ |
D | ColoredHeaderMixin.java | 61 titleView.setTextColor(color); in setColor()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GlyphCacheActivity.java | 57 textview.setTextColor(0xff << 24 | (int) (Math.random() * 255) << 16 | in createTextView()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapperTest.java | 61 textView.setTextColor(0xcc000000); in childrenNeedInversion_doesntCrash_whenOpacity()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | LabelView.java | 110 public void setTextColor(int color) { in setTextColor() method in LabelView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | FingerprintDialogView.java | 44 mErrorText.setTextColor(mTextColor); in handleResetMessage()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | MockView.java | 62 mView.setTextColor(0xFF000000); in MockView()
|
/frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/ |
D | RSListActivity.java | 64 textView.setTextColor(textColor); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 325 setTextColor(mNonAdaptedColor); in onDarkChanged() 354 setTextColor(Utils.getColorAttr(mContext, R.attr.wallpaperTextColor)); in useWallpaperTextColor() 356 setTextColor(mNonAdaptedColor); in useWallpaperTextColor()
|
/frameworks/base/core/java/android/widget/ |
D | TimePickerClockDelegate.java | 205 mHourView.setTextColor(headerTextColor); in TimePickerClockDelegate() 206 mSeparatorView.setTextColor(headerTextColor); in TimePickerClockDelegate() 207 mMinuteView.setTextColor(headerTextColor); in TimePickerClockDelegate() 208 mAmLabel.setTextColor(headerTextColor); in TimePickerClockDelegate() 209 mPmLabel.setTextColor(headerTextColor); in TimePickerClockDelegate()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ |
D | ColoredHeaderMixinTest.java | 70 mHeaderTextView.setTextColor(ColorStateList.valueOf(Color.GREEN)); in testGetColor()
|