Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DViewClippingUtil.java54 clipChildren = parent.getClipChildren(); in setClippingDeactivated()
/frameworks/base/core/java/android/view/
DViewGroup.java4416 public boolean getClipChildren() { in getClipChildren() method in ViewGroup
6223 (mParent instanceof ViewGroup && ((ViewGroup) mParent).getClipChildren())) { in getChildVisibleRect()
8940 encoder.addProperty("drawing:clipChildren", getClipChildren()); in encodeProperties()
DView.java21041 && ((ViewGroup) mParent).getClipChildren()); in setDisplayListProperties()
/frameworks/base/config/
Dboot-image-profile.txt17420 HSPLandroid/view/ViewGroup;->getClipChildren()Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34116 method public boolean getClipChildren();
/frameworks/base/api/
Dcurrent.txt51106 …thod @android.view.ViewDebug.ExportedProperty(category="drawing") public boolean getClipChildren();