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.java71 assertEquals(Color.CYAN, backgroundColorSpan.getBackgroundColor()); in testGetBackgroundColor()
74 assertEquals(Color.GRAY, backgroundColorSpan.getBackgroundColor()); in testGetBackgroundColor()
97 assertEquals(Color.RED, b.getBackgroundColor()); in testWriteToParcel()
108 assertEquals(Color.MAGENTA, b.getBackgroundColor()); in testWriteToParcel()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java62 public int getBackgroundColor(@ColorInt int defaultColor) { in getBackgroundColor() method in ImeSettings
DMockIme.java296 setBackgroundColor(mSettings.getBackgroundColor(defaultBackgroundColor)); in KeyboardLayoutView()
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java197 assertEquals(0xFF00FF00, background[0].getBackgroundColor()); in testStylesFromHtml()
DTextUtilsTest.java284 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor()); in testConcat()
382 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor()); in testCopySpansFrom()