Searched refs:getBackgroundColor (Results 1 – 5 of 5) sorted by relevance
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()
75 public int getBackgroundColor(@ColorInt int defaultColor) { in getBackgroundColor() method in ImeSettings
410 setBackgroundColor(mSettings.getBackgroundColor(defaultBackgroundColor)); in KeyboardLayoutView()
198 assertEquals(0xFF00FF00, background[0].getBackgroundColor()); in testStylesFromHtml()
285 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor()); in testConcat()383 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor()); in testCopySpansFrom()