Searched refs:setTintList (Results 1 – 12 of 12) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | AbsSeekBarTest.java | 327 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 …]
|
D | ProgressBarTest.java | 475 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 …]
|
D | CompoundButtonTest.java | 415 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()
|
D | FrameLayoutTest.java | 298 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()
|
D | ImageViewTest.java | 713 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/ |
D | IconTest.java | 258 icon.setTintList(ColorStateList.valueOf(Color.RED)); in verifyIconValidity()
|
D | DefaultFocusHighlightTest.java | 225 drawable.setTintList(stateList); in testColorStateListHandledDrawable()
|
D | NinePatchDrawableTest.java | 235 mNinePatchDrawable.setTintList(null); in testSetBlendMode()
|
D | DrawableContainerTest.java | 836 c1.setTintList(csl); in testStatefulnessChange()
|
D | LayerDrawableTest.java | 1878 c1.setTintList(csl); in testStatefulnessChange()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 5450 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/ |
D | current.txt | 17537 method public void setTintList(@Nullable android.content.res.ColorStateList); 17698 …method @NonNull public android.graphics.drawable.Icon setTintList(android.content.res.ColorStateLi…
|