Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java761 assertTrue(mMockTextView.isDrawCalled); in testDrawChild()
2900 public boolean isDrawCalled; field in ViewGroupTest.MockTextView
2909 isDrawCalled = true; in draw()