Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2781 assertFalse(mMockViewGroup.isOnLayoutCalled); in testLayoutNotCalledWithSuppressLayoutTrue()
2793 assertTrue(mMockViewGroup.isOnLayoutCalled); in testLayoutCalledAfterSettingBackSuppressLayoutToFalseTrue()
3017 public boolean isOnLayoutCalled; field in ViewGroupTest.MockViewGroup
3039 isOnLayoutCalled = true; in onLayout()