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.java484 public boolean hasCalledOnDraw() { in hasCalledOnDraw() method in MockView
DViewTest.java2942 assertTrue(view.hasCalledOnDraw()); in testInvalidate1()
2947 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate1()
2955 assertFalse(view.hasCalledOnDraw()); in testInvalidate1()
2961 assertTrue(view.hasCalledOnDraw()); in testInvalidate2()
2974 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate2()
2982 assertFalse(view.hasCalledOnDraw()); in testInvalidate2()
2988 assertTrue(view.hasCalledOnDraw()); in testInvalidate3()
2996 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate3()
3004 assertFalse(view.hasCalledOnDraw()); in testInvalidate3()
3019 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidateDrawable()
[all …]