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