Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java242 assertFalse("No thumb tint applied by default", thumb.hasCalledSetTint()); in testThumbTint()
246 thumb.hasCalledSetTint()); in testThumbTint()
252 thumb.hasCalledSetTint()); in testThumbTint()
270 assertFalse("No tickMark tint applied by default", tickMark.hasCalledSetTint()); in testTickMarkTint()
274 tickMark.hasCalledSetTint()); in testTickMarkTint()
280 tickMark.hasCalledSetTint()); in testTickMarkTint()
343 public boolean hasCalledSetTint() { in hasCalledSetTint() method in AbsSeekBarTest.MockDrawable
DProgressBarTest.java336 assertFalse("No progress tint applied by default", progress.hasCalledSetTint()); in testProgressTint()
340 progress.hasCalledSetTint()); in testProgressTint()
344 progress.hasCalledSetTint()); in testProgressTint()
348 progress.hasCalledSetTint()); in testProgressTint()
354 progress.hasCalledSetTint()); in testProgressTint()
371 assertFalse("No indeterminate tint applied by default", indeterminate.hasCalledSetTint()); in testIndeterminateTint()
375 + "setIndeterminate()", indeterminate.hasCalledSetTint()); in testIndeterminateTint()
381 + "setIndeterminate()", indeterminate.hasCalledSetTint()); in testIndeterminateTint()
412 public boolean hasCalledSetTint() { in hasCalledSetTint() method in ProgressBarTest.MockDrawable
DCompoundButtonTest.java347 assertFalse("No button tint applied by default", button.hasCalledSetTint()); in testButtonTint()
351 button.hasCalledSetTint()); in testButtonTint()
357 button.hasCalledSetTint()); in testButtonTint()
383 public boolean hasCalledSetTint() { in hasCalledSetTint() method in CompoundButtonTest.MockDrawable
DFrameLayoutTest.java292 assertFalse("No foreground tint applied by default", foreground.hasCalledSetTint()); in testForegroundTint()
296 foreground.hasCalledSetTint()); in testForegroundTint()
302 foreground.hasCalledSetTint()); in testForegroundTint()
345 public boolean hasCalledSetTint() { in hasCalledSetTint() method in FrameLayoutTest.MockDrawable
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3808 assertFalse("No background tint applied by default", bg.hasCalledSetTint()); in testBackgroundTint()
3812 bg.hasCalledSetTint()); in testBackgroundTint()
3818 bg.hasCalledSetTint()); in testBackgroundTint()
4124 public boolean hasCalledSetTint() { in hasCalledSetTint() method in ViewTest.MockDrawable