Home
last modified time | relevance | path

Searched refs:getCurrentTextColor (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/transition/
DChangeText.java139 transitionValues.values.put(PROPNAME_TEXT_COLOR, textview.getCurrentTextColor()); in captureValues()
277 mPausedColor = view.getCurrentTextColor(); in createAnimator()
DRecolor.java55 ((TextView)transitionValues.view).getCurrentTextColor()); in captureValues()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
DAnalogClockControllerTest.java73 assertThat(digitalClock.getCurrentTextColor()).isEqualTo(42); in setColorPalette_setDigitalClock()
DBubbleClockControllerTest.java72 assertThat(digitalClock.getCurrentTextColor()).isEqualTo(42); in setColorPalette_setDigitalClock()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java256 mClockPlugin.setTextColor(getCurrentTextColor()); in setClockPlugin()
334 public int getCurrentTextColor() { in getCurrentTextColor() method in KeyguardClockSwitch
335 return mClockView.getCurrentTextColor(); in getCurrentTextColor()
DKeyguardStatusView.java187 mTextColor = mClockView.getCurrentTextColor(); in onFinishInflate()
DKeyguardSliceView.java585 final int color = getCurrentTextColor(); in updateDrawableColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java163 int foreground = ((TextView) child).getCurrentTextColor(); in childrenNeedInversion()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java243 assertThat(mTextView.getCurrentTextColor()).isEqualTo(Color.WHITE); in transientIndication_visibleWhenDozing()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
DCarSetupWizardCompatLayoutTest.java483 assertThat(primary.getCurrentTextColor()) in testSetButtonTextColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogView.java244 bundle.putInt(KEY_ERROR_TEXT_COLOR, mErrorText.getCurrentTextColor()); in onSaveState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java127 mNonAdaptedColor = getCurrentTextColor(); in Clock()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2365 mWorkPaint.setColor(mMoreItem.getCurrentTextColor()); in createMoreSpan()
/frameworks/base/core/java/android/widget/
DTextView.java4819 public final int getCurrentTextColor() { in getCurrentTextColor() method in TextView.Drawables
11566 structure.setTextStyle(getTextSize(), getCurrentTextColor(), in onProvideStructure()
/frameworks/base/config/
Dboot-image-profile.txt19315 HSPLandroid/widget/TextView;->getCurrentTextColor()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38764 method public final int getCurrentTextColor();
/frameworks/base/api/
Dcurrent.txt57108 method @ColorInt public final int getCurrentTextColor();