Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java379 Drawable mockTickMark = spy(new ColorDrawable(Color.BLUE)); in testTickMarkTint() local
381 inflatedView.setTickMark(mockTickMark); in testTickMarkTint()
382 verify(mockTickMark, times(1)) in testTickMarkTint()
385 reset(mockTickMark); in testTickMarkTint()
387 verify(mockTickMark, times(1)) in testTickMarkTint()
394 reset(mockTickMark); in testTickMarkTint()
396 inflatedView.setTickMark(mockTickMark); in testTickMarkTint()
397 verify(mockTickMark, times(1)) in testTickMarkTint()
411 Drawable mockTickMark = spy(new ColorDrawable(Color.BLUE)); in testTickMarkTintBlendMode() local
413 inflatedView.setTickMark(mockTickMark); in testTickMarkTintBlendMode()
[all …]