Searched refs:hasCalledOnDraw (Results 1 – 2 of 2) sorted by relevance
469 public boolean hasCalledOnDraw() { in hasCalledOnDraw() method in MockView
2337 assertTrue(view.hasCalledOnDraw()); in testInvalidate1()2349 return view.hasCalledOnDraw(); in testInvalidate1()2361 assertFalse(view.hasCalledOnDraw()); in testInvalidate1()2366 assertTrue(view.hasCalledOnDraw()); in testInvalidate2()2386 return view.hasCalledOnDraw(); in testInvalidate2()2398 assertFalse(view.hasCalledOnDraw()); in testInvalidate2()2403 assertTrue(view.hasCalledOnDraw()); in testInvalidate3()2417 return view.hasCalledOnDraw(); in testInvalidate3()2429 assertFalse(view.hasCalledOnDraw()); in testInvalidate3()2448 return view.hasCalledOnDraw(); in testInvalidateDrawable()[all …]