Searched refs:hasCalledSetTint (Results 1 – 5 of 5) sorted by relevance
242 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
336 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
347 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
292 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
3808 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