Home
last modified time | relevance | path

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

123

/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.java131 setTextColor(Color.WHITE); in getPreview()
165 public void setTextColor(int color) { } in setTextColor() method in AnalogClockController
173 mLockClock.setTextColor(colorPalette[Math.max(0, length - 2)]); in setColorPalette()
DBubbleClockController.java131 setTextColor(Color.WHITE); in getPreview()
165 public void setTextColor(int color) { } in setTextColor() method in BubbleClockController
174 mLockClock.setTextColor(color); in setColorPalette()
/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.java55 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/
DEmptyShadeView.java56 public void setTextColor(@ColorInt int color) { in setTextColor() method in EmptyShadeView
57 mEmptyText.setTextColor(color); in setTextColor()
DKeyguardIndicationController.java360 mTextView.setTextColor(Color.WHITE); in updateIndication()
383 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
386 mTextView.setTextColor(mTransientTextColorState); in updateIndication()
390 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
396 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
406 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
409 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
/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/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java228 mKeyguardClockSwitch.setTextColor(Color.YELLOW); in setTextColor_defaultClockSetTextColor()
230 verify(mClockView).setTextColor(Color.YELLOW); in setTextColor_defaultClockSetTextColor()
240 mKeyguardClockSwitch.setTextColor(Color.WHITE); in setTextColor_pluginClockSetTextColor()
242 verify(plugin).setTextColor(Color.WHITE); in setTextColor_pluginClockSetTextColor()
/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/layoutlib/remote/tests/src/
DCustomComponent.java51 setTextColor(Color.WHITE); in init()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java256 mClockPlugin.setTextColor(getCurrentTextColor()); in setClockPlugin()
291 public void setTextColor(int color) { in setTextColor() method in KeyguardClockSwitch
292 mClockView.setTextColor(color); in setTextColor()
293 mClockViewBold.setTextColor(color); in setTextColor()
295 mClockPlugin.setTextColor(color); in setTextColor()
DKeyguardSliceView.java248 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()
/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/opt/datetimepicker/src/com/android/datetimepicker/time/
DTimePickerDialog.java337 … ((TextView) view.findViewById(R.id.separator)).setTextColor(mThemeDark? white : timeDisplay); in onCreateView()
338 … ((TextView) view.findViewById(R.id.ampm_label)).setTextColor(mThemeDark? white : timeDisplay); in onCreateView()
340 mDoneButton.setTextColor(mThemeDark? darkDoneTextColor : doneTextColor); in onCreateView()
477 mHourView.setTextColor(hourColor);
478 mMinuteView.setTextColor(minuteColor);
692 mHourView.setTextColor(mUnselectedColor); in updateDisplay()
695 mMinuteView.setTextColor(mUnselectedColor); in updateDisplay()
/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.java61 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/biometrics/
DFingerprintDialogView.java44 mErrorText.setTextColor(mTextColor); in handleResetMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DSectionHeaderView.java89 mLabelView.setTextColor( in onUiModeChanged()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DMockView.java62 mView.setTextColor(0xFF000000); in MockView()
/frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/
DRSListActivity.java64 textView.setTextColor(textColor); in onCreate()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DColoredHeaderMixinTest.java70 mHeaderTextView.setTextColor(ColorStateList.valueOf(Color.GREEN)); in testGetColor()

123