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.java348 assertEquals(1, vg.drawChildCalledTime); in testClearDisappearingChildren()
353 vg.drawChildCalledTime = 0; in testClearDisappearingChildren()
355 assertEquals(1, vg.drawChildCalledTime); in testClearDisappearingChildren()
360 vg.drawChildCalledTime = 0; in testClearDisappearingChildren()
362 assertEquals(0, vg.drawChildCalledTime); in testClearDisappearingChildren()
1978 public int drawChildCalledTime; field in ViewGroupTest.MockViewGroup
2123 drawChildCalledTime++; in drawChild()