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.java316 Drawable mockThumb = spy(new ColorDrawable(Color.BLUE)); in testThumbTint() local
318 inflatedView.setThumb(mockThumb); in testThumbTint()
319 verify(mockThumb, times(1)).setTintList(TestUtils.colorStateListOf(Color.WHITE)); in testThumbTint()
321 reset(mockThumb); in testThumbTint()
323 verify(mockThumb, times(1)) in testThumbTint()
330 reset(mockThumb); in testThumbTint()
332 inflatedView.setThumb(mockThumb); in testThumbTint()
333 verify(mockThumb, times(1)) in testThumbTint()
347 Drawable mockThumb = spy(new ColorDrawable(Color.BLUE)); in testThumbTintBlendMode() local
349 inflatedView.setThumb(mockThumb); in testThumbTintBlendMode()
[all …]