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.java98 assertTrue(mView.hasCalledOnDraw()); in testOnDrawShadow()
DMockView.java498 public boolean hasCalledOnDraw() { in hasCalledOnDraw() method in MockView
DViewTest.java3390 assertTrue(view.hasCalledOnDraw()); in testInvalidate1()
3395 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate1()
3403 assertFalse(view.hasCalledOnDraw()); in testInvalidate1()
3409 assertTrue(view.hasCalledOnDraw()); in testInvalidate2()
3422 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate2()
3430 assertFalse(view.hasCalledOnDraw()); in testInvalidate2()
3436 assertTrue(view.hasCalledOnDraw()); in testInvalidate3()
3444 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidate3()
3452 assertFalse(view.hasCalledOnDraw()); in testInvalidate3()
3467 PollingCheck.waitFor(view::hasCalledOnDraw); in testInvalidateDrawable()
[all …]