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.java2769 assertTrue(view.hasCalledOnDraw()); in testInvalidate1()
2774 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate1()
2782 assertFalse(view.hasCalledOnDraw()); in testInvalidate1()
2788 assertTrue(view.hasCalledOnDraw()); in testInvalidate2()
2801 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate2()
2809 assertFalse(view.hasCalledOnDraw()); in testInvalidate2()
2815 assertTrue(view.hasCalledOnDraw()); in testInvalidate3()
2823 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate3()
2831 assertFalse(view.hasCalledOnDraw()); in testInvalidate3()
2846 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidateDrawable()
[all …]