Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3909 assertFalse("No background tint applied by default", bg.hasCalledSetTint()); in testBackgroundTint()
3913 bg.hasCalledSetTint()); in testBackgroundTint()
3919 bg.hasCalledSetTint()); in testBackgroundTint()
4301 public boolean hasCalledSetTint() { in hasCalledSetTint() method in ViewTest.MockDrawable