Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1194 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.MockViewGroup
3366 isOnDescendantInvalidatedCalled = true; in onDescendantInvalidated()