Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java324 Drawable mockThumb = spy(new ColorDrawable(Color.BLUE)); in testThumbTint() local
326 inflatedView.setThumb(mockThumb); in testThumbTint()
327 verify(mockThumb, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testThumbTint()
329 reset(mockThumb); in testThumbTint()
331 verify(mockThumb, times(1)) in testThumbTint()
338 reset(mockThumb); in testThumbTint()
340 inflatedView.setThumb(mockThumb); in testThumbTint()
341 verify(mockThumb, times(1)) in testThumbTint()
355 Drawable mockThumb = spy(new ColorDrawable(Color.BLUE)); in testThumbTintBlendMode() local
357 inflatedView.setThumb(mockThumb); in testThumbTintBlendMode()
[all …]