Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1253 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.MockViewGroup
3377 return super.isChildrenDrawnWithCacheEnabled(); in isChildrenDrawnWithCacheEnabled()