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.java346 assertEquals(1, vg.drawChildCalledTime); in testClearDisappearingChildren()
351 vg.drawChildCalledTime = 0; in testClearDisappearingChildren()
353 assertEquals(1, vg.drawChildCalledTime); in testClearDisappearingChildren()
358 vg.drawChildCalledTime = 0; in testClearDisappearingChildren()
360 assertEquals(0, vg.drawChildCalledTime); in testClearDisappearingChildren()
2183 public int drawChildCalledTime; field in ViewGroupTest.MockViewGroup
2327 drawChildCalledTime++; in drawChild()