Searched refs:isChildrenDrawnWithCacheEnabled (Results 1 – 1 of 1) sorted by relevance
1253 assertFalse(mMockViewGroup.isChildrenDrawnWithCacheEnabled()); in testIsChildrenDrawnWithCacheEnabled()1256 assertTrue(mMockViewGroup.isChildrenDrawnWithCacheEnabled()); in testIsChildrenDrawnWithCacheEnabled()2072 assertFalse(mMockViewGroup.isChildrenDrawnWithCacheEnabled()); in testSetChildrenDrawnWithCacheEnabled()2075 assertTrue(mMockViewGroup.isChildrenDrawnWithCacheEnabled()); in testSetChildrenDrawnWithCacheEnabled()2078 assertFalse(mMockViewGroup.isChildrenDrawnWithCacheEnabled()); in testSetChildrenDrawnWithCacheEnabled()3376 public boolean isChildrenDrawnWithCacheEnabled() { in isChildrenDrawnWithCacheEnabled() method in ViewGroupTest.MockViewGroup3377 return super.isChildrenDrawnWithCacheEnabled(); in isChildrenDrawnWithCacheEnabled()