Home
last modified time | relevance | path

Searched refs:getForegroundColor (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningForegroundOpacityController.java54 final int foregroundColor = mCaptionHelper.getForegroundColor(); in displayPreference()
62 final int foregroundColor = mCaptionHelper.getForegroundColor(); in onValueChanged()
DCaptioningForegroundColorController.java56 final int foregroundColor = mCaptionHelper.getForegroundColor(); in displayPreference()
72 final int foregroundColor = mCaptionHelper.getForegroundColor(); in getNonDefaultOpacity()
DCaptionHelper.java137 public int getForegroundColor() { in getForegroundColor() method in CaptionHelper
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptioningForegroundColorControllerTest.java113 assertThat(CaptionStyle.hasColor(captionHelper.getForegroundColor())).isFalse(); in setNoneColorValue_shouldNotHaveColor()
125 assertThat(captionHelper.getForegroundColor()).isEqualTo(0x80FF0000); in setRedValueFromNoneValue_halfOpacityRedColor_shouldReturnExpectedColor()
DCaptionHelperTest.java149 final int foregroundColor = mCaptionHelper.getForegroundColor(); in setForegroundColor_shouldReturnSpecificColor()