Searched refs:drawChildCalledTime (Results 1 – 1 of 1) sorted by relevance
484 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()3013 public int drawChildCalledTime; field in ViewGroupTest.MockViewGroup3159 drawChildCalledTime++; in drawChild()