Searched defs:isChildrenDrawnWithCacheEnabled (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupAttributesTest.java38 public boolean isChildrenDrawnWithCacheEnabled() { method in class:ViewGroupAttributesTest.MyViewGroup
39 return super.isChildrenDrawnWithCacheEnabled();
57 final boolean isChildrenDrawnWithCacheEnabled = mViewGroup.isChildrenDrawnWithCacheEnabled();
72 assertEquals(msg, isChildrenDrawnWithCacheEnabled, mViewGroup.isChildrenDrawnWithCacheEnabled());
/frameworks/base/core/java/android/view/
H A DViewGroup.java6213 protected boolean isChildrenDrawnWithCacheEnabled() { method in class:ViewGroup
6228 * @see #isChildrenDrawnWithCacheEnabled()

Completed in 68 milliseconds