HomeSort by relevance Sort by last modified time
    Searched refs:compositeColors (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
CheckedTextViewTest.java 346 TestUtils.compositeColors(0x8000FF00, Color.RED), 1, true);
357 TestUtils.compositeColors(0x8000FF00, Color.YELLOW), 1, true);
395 TestUtils.compositeColors(0x8000FF00, Color.RED), 1, true);
406 TestUtils.compositeColors(0x8000FF00, Color.YELLOW), 1, true);
SwitchTest.java 191 TestUtils.compositeColors(0x800000FF, Color.GREEN), 1, true);
234 TestUtils.compositeColors(0x800000FF, Color.GREEN), 1, true);
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 316 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) {

Completed in 142 milliseconds