Searched refs:isOnDescendantInvalidatedCalled (Results 1 – 1 of 1) sorted by relevance
1194 parent.isOnDescendantInvalidatedCalled = false; in testOnDescendantInvalidated()1195 grandParent.isOnDescendantInvalidatedCalled = false; in testOnDescendantInvalidated()1199 assertTrue(parent.isOnDescendantInvalidatedCalled); in testOnDescendantInvalidated()1200 assertTrue(grandParent.isOnDescendantInvalidatedCalled); in testOnDescendantInvalidated()1202 parent.isOnDescendantInvalidatedCalled = false; in testOnDescendantInvalidated()1203 grandParent.isOnDescendantInvalidatedCalled = false; in testOnDescendantInvalidated()1207 assertFalse(parent.isOnDescendantInvalidatedCalled); in testOnDescendantInvalidated()1208 assertTrue(grandParent.isOnDescendantInvalidatedCalled); in testOnDescendantInvalidated()3018 public boolean isOnDescendantInvalidatedCalled; field in ViewGroupTest.MockViewGroup3366 isOnDescendantInvalidatedCalled = true; in onDescendantInvalidated()