Searched refs:REQUEST_TRANSPARENT_REGIONS (Results 1 – 3 of 3) sorted by relevance
1104 if (params != null && (host.mPrivateFlags & View.REQUEST_TRANSPARENT_REGIONS) != 0) { in performTraversals()1485 if ((host.mPrivateFlags & View.REQUEST_TRANSPARENT_REGIONS) != 0) { in performTraversals()1670 mView.mPrivateFlags |= View.REQUEST_TRANSPARENT_REGIONS; in requestTransparentRegion()
4922 final boolean meOpaque = (mPrivateFlags & View.REQUEST_TRANSPARENT_REGIONS) == 0; in gatherTransparentRegion()4947 child.mPrivateFlags |= View.REQUEST_TRANSPARENT_REGIONS; in requestTransparentRegion()
1590 static final int REQUEST_TRANSPARENT_REGIONS = 0x00000200; field in View9469 if ((mPrivateFlags & REQUEST_TRANSPARENT_REGIONS) != 0) {