Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMockView.java497 public boolean hasCalledOnDraw() { in hasCalledOnDraw() method in MockView
DViewTest.java3196 assertTrue(view.hasCalledOnDraw()); in testInvalidate1()
3201 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate1()
3209 assertFalse(view.hasCalledOnDraw()); in testInvalidate1()
3215 assertTrue(view.hasCalledOnDraw()); in testInvalidate2()
3228 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate2()
3236 assertFalse(view.hasCalledOnDraw()); in testInvalidate2()
3242 assertTrue(view.hasCalledOnDraw()); in testInvalidate3()
3250 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate3()
3258 assertFalse(view.hasCalledOnDraw()); in testInvalidate3()
3273 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidateDrawable()
[all …]