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

  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 319 verify(mockThumb, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
324 .setTintList(TestUtils.colorStateListOf(Color.RED));
334 .setTintList(TestUtils.colorStateListOf(Color.RED));
351 .setTintList(TestUtils.colorStateListOf(Color.WHITE));
356 .setTintList(TestUtils.colorStateListOf(Color.RED));
366 .setTintList(TestUtils.colorStateListOf(Color.RED));
383 .setTintList(TestUtils.colorStateListOf(Color.WHITE));
388 .setTintList(TestUtils.colorStateListOf(Color.RED));
398 .setTintList(TestUtils.colorStateListOf(Color.RED));
415 .setTintList(TestUtils.colorStateListOf(Color.WHITE))
    [all...]
CompoundButtonTest.java 375 verify(mockDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
381 verify(mockDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
402 verify(mockDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
408 verify(mockDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
ProgressBarTest.java 475 verify(mockProgressDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
490 verify(mockProgressDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
529 verify(mockProgressDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
544 verify(mockProgressDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE));
568 TestUtils.colorStateListOf(Color.RED));
579 TestUtils.colorStateListOf(Color.RED));
603 TestUtils.colorStateListOf(Color.RED));
614 TestUtils.colorStateListOf(Color.RED));
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 340 public static ColorStateList colorStateListOf(final @ColorInt int color) {

Completed in 210 milliseconds