Home
last modified time | relevance | path

Searched refs:setTintList (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java327 verify(mockThumb, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testThumbTint()
332 .setTintList(TestUtils.colorStateListOf(Color.RED)); in testThumbTint()
342 .setTintList(TestUtils.colorStateListOf(Color.RED)); in testThumbTint()
359 .setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testThumbTintBlendMode()
364 .setTintList(TestUtils.colorStateListOf(Color.RED)); in testThumbTintBlendMode()
374 .setTintList(TestUtils.colorStateListOf(Color.RED)); in testThumbTintBlendMode()
391 .setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testTickMarkTint()
396 .setTintList(TestUtils.colorStateListOf(Color.RED)); in testTickMarkTint()
406 .setTintList(TestUtils.colorStateListOf(Color.RED)); in testTickMarkTint()
423 .setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testTickMarkTintBlendMode()
[all …]
DProgressBarTest.java475 verify(mockProgressDrawable, never()).setTintList(any(ColorStateList.class)); in testProgressTint()
479 verify(mockProgressDrawable, never()).setTintList(any(ColorStateList.class)); in testProgressTint()
483 verify(mockProgressDrawable, never()).setTintList(any(ColorStateList.class)); in testProgressTint()
487 verify(mockProgressDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testProgressTint()
502 verify(mockProgressDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testProgressTint()
529 verify(mockProgressDrawable, never()).setTintList(any(ColorStateList.class)); in testProgressTintBlendMode()
533 verify(mockProgressDrawable, never()).setTintList(any(ColorStateList.class)); in testProgressTintBlendMode()
537 verify(mockProgressDrawable, never()).setTintList(any(ColorStateList.class)); in testProgressTintBlendMode()
541 verify(mockProgressDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testProgressTintBlendMode()
556 verify(mockProgressDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testProgressTintBlendMode()
[all …]
DCompoundButtonTest.java415 verify(mockDrawable, never()).setTintList(any(ColorStateList.class)); in testButtonTint()
419 verify(mockDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testButtonTint()
425 verify(mockDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testButtonTint()
442 verify(mockDrawable, never()).setTintList(any(ColorStateList.class)); in testButtonTintBlendMode()
446 verify(mockDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testButtonTintBlendMode()
452 verify(mockDrawable, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testButtonTintBlendMode()
DFrameLayoutTest.java298 verify(foreground, never()).setTintList(any(ColorStateList.class)); in testForegroundTint()
303 verify(foreground, times(1)).setTintList(colorStateListCaptor.capture()); in testForegroundTint()
312 verify(foreground, times(1)).setTintList(colorStateListCaptor.capture()); in testForegroundTint()
DImageViewTest.java713 verify(drawable, never()).setTintList(any(ColorStateList.class)); in testImageTintDrawableUpdates()
717 verify(drawable, times(1)).setTintList(any(ColorStateList.class)); in testImageTintDrawableUpdates()
722 verify(drawable, times(2)).setTintList(any(ColorStateList.class)); in testImageTintDrawableUpdates()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DIconTest.java258 icon.setTintList(ColorStateList.valueOf(Color.RED)); in verifyIconValidity()
DDefaultFocusHighlightTest.java225 drawable.setTintList(stateList); in testColorStateListHandledDrawable()
DNinePatchDrawableTest.java235 mNinePatchDrawable.setTintList(null); in testSetBlendMode()
DDrawableContainerTest.java836 c1.setTintList(csl); in testStatefulnessChange()
DLayerDrawableTest.java1878 c1.setTintList(csl); in testStatefulnessChange()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java5450 public void setTintList(ColorStateList tint) { in setTintList() method in ViewTest.MockDrawable
5451 super.setTintList(tint); in setTintList()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt17537 method public void setTintList(@Nullable android.content.res.ColorStateList);
17698 …method @NonNull public android.graphics.drawable.Icon setTintList(android.content.res.ColorStateLi…