Searched refs:isOnLayoutCalled (Results 1 – 1 of 1) sorted by relevance
2781 assertFalse(mMockViewGroup.isOnLayoutCalled); in testLayoutNotCalledWithSuppressLayoutTrue()2793 assertTrue(mMockViewGroup.isOnLayoutCalled); in testLayoutCalledAfterSettingBackSuppressLayoutToFalseTrue()3017 public boolean isOnLayoutCalled; field in ViewGroupTest.MockViewGroup3039 isOnLayoutCalled = true; in onLayout()