Searched refs:getBackgroundColor (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/text/src/android/text/style/cts/ |
D | SuggestionRangeSpanTest.java | 40 assertEquals(0, span.getBackgroundColor()); in testConstructor() 59 assertEquals(original.getBackgroundColor(), clone.getBackgroundColor()); in testSerializationDeserialization() 65 assertEquals(0, span.getBackgroundColor()); in testSetAndGetBackgroundColor() 68 assertEquals(1, span.getBackgroundColor()); in testSetAndGetBackgroundColor()
|
D | BackgroundColorSpanTest.java | 72 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/app/src/android/app/cts/ |
D | TaskDescriptionTest.java | 148 assertEquals(backgroundColor, td.getBackgroundColor()); in assertTaskDescription()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeSettings.java | 148 public int getBackgroundColor(@ColorInt int defaultColor) { in getBackgroundColor() method in ImeSettings
|
D | MockIme.java | 985 mSettings.getBackgroundColor(defaultBackgroundColor)); in KeyboardLayoutView()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | HtmlTest.java | 256 assertEquals(0xFF00FF00, background[0].getBackgroundColor()); in testStylesFromHtml()
|
D | TextUtilsTest.java | 301 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor()); in testConcat() 404 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor()); in testCopySpansFrom()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 4890 method @ColorInt public int getBackgroundColor(); 48672 method @ColorInt public int getBackgroundColor(); 48956 method public int getBackgroundColor(); 55383 method @Deprecated @ColorInt public int getBackgroundColor();
|