Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java484 assertEquals(1, mMockViewGroup.drawChildCalledTime); in testClearDisappearingChildren()
489 mMockViewGroup.drawChildCalledTime = 0; in testClearDisappearingChildren()
491 assertEquals(1, mMockViewGroup.drawChildCalledTime); in testClearDisappearingChildren()
496 mMockViewGroup.drawChildCalledTime = 0; in testClearDisappearingChildren()
498 assertEquals(0, mMockViewGroup.drawChildCalledTime); in testClearDisappearingChildren()
2991 public int drawChildCalledTime; field in ViewGroupTest.MockViewGroup
3137 drawChildCalledTime++; in drawChild()