Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/style/cts/
DBackgroundColorSpanTest.java72 assertEquals(Color.CYAN, backgroundColorSpan.getBackgroundColor()); in testGetBackgroundColor()
75 assertEquals(Color.GRAY, backgroundColorSpan.getBackgroundColor()); in testGetBackgroundColor()
98 assertEquals(Color.RED, b.getBackgroundColor()); in testWriteToParcel()
109 assertEquals(Color.MAGENTA, b.getBackgroundColor()); in testWriteToParcel()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java82 public int getBackgroundColor(@ColorInt int defaultColor) { in getBackgroundColor() method in ImeSettings
DMockIme.java631 mSettings.getBackgroundColor(defaultBackgroundColor)); in KeyboardLayoutView()
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java256 assertEquals(0xFF00FF00, background[0].getBackgroundColor()); in testStylesFromHtml()
DTextUtilsTest.java285 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor()); in testConcat()
383 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor()); in testCopySpansFrom()