Searched refs:mockThumb (Results 1 – 1 of 1) sorted by relevance
324 Drawable mockThumb = spy(new ColorDrawable(Color.BLUE)); in testThumbTint() local326 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() local357 inflatedView.setThumb(mockThumb); in testThumbTintBlendMode()[all …]