Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DView_DragShadowBuilderTest.java87 assertTrue(mView.hasCalledOnDraw()); in testOnDrawShadow()
DMockView.java497 public boolean hasCalledOnDraw() { in hasCalledOnDraw() method in MockView
DViewTest.java3263 assertTrue(view.hasCalledOnDraw()); in testInvalidate1()
3268 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate1()
3276 assertFalse(view.hasCalledOnDraw()); in testInvalidate1()
3282 assertTrue(view.hasCalledOnDraw()); in testInvalidate2()
3295 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate2()
3303 assertFalse(view.hasCalledOnDraw()); in testInvalidate2()
3309 assertTrue(view.hasCalledOnDraw()); in testInvalidate3()
3317 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate3()
3325 assertFalse(view.hasCalledOnDraw()); in testInvalidate3()
3340 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidateDrawable()
[all …]