Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java346 assertFalse("No progress tint applied by default", progress.hasCalledSetTint()); in testProgressTint()
350 progress.hasCalledSetTint()); in testProgressTint()
354 progress.hasCalledSetTint()); in testProgressTint()
358 progress.hasCalledSetTint()); in testProgressTint()
364 progress.hasCalledSetTint()); in testProgressTint()
381 assertFalse("No indeterminate tint applied by default", indeterminate.hasCalledSetTint()); in testIndeterminateTint()
385 + "setIndeterminate()", indeterminate.hasCalledSetTint()); in testIndeterminateTint()
391 + "setIndeterminate()", indeterminate.hasCalledSetTint()); in testIndeterminateTint()
422 public boolean hasCalledSetTint() { in hasCalledSetTint() method in ProgressBarTest.MockDrawable
DAbsSeekBarTest.java229 assertFalse("No thumb tint applied by default", thumb.hasCalledSetTint()); in testThumbTint()
233 thumb.hasCalledSetTint()); in testThumbTint()
239 thumb.hasCalledSetTint()); in testThumbTint()
314 public boolean hasCalledSetTint() { in hasCalledSetTint() method in AbsSeekBarTest.MockDrawable
DFrameLayoutTest.java290 assertFalse("No foreground tint applied by default", foreground.hasCalledSetTint()); in testForegroundTint()
294 foreground.hasCalledSetTint()); in testForegroundTint()
300 foreground.hasCalledSetTint()); in testForegroundTint()
343 public boolean hasCalledSetTint() { in hasCalledSetTint() method in FrameLayoutTest.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
DImageViewTest.java474 assertFalse("No image tint applied by default", image.hasCalledSetTint()); in testImageTint()
478 image.hasCalledSetTint()); in testImageTint()
484 image.hasCalledSetTint()); in testImageTint()
595 public boolean hasCalledSetTint() { in hasCalledSetTint() method in ImageViewTest.MockDrawable
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3438 assertFalse("No background tint applied by default", bg.hasCalledSetTint()); in testBackgroundTint()
3442 bg.hasCalledSetTint()); in testBackgroundTint()
3448 bg.hasCalledSetTint()); in testBackgroundTint()
3624 public boolean hasCalledSetTint() { in hasCalledSetTint() method in ViewTest.MockDrawable