Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceView.java318 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in SurfaceView
320 return super.gatherTransparentRegion(region); in gatherTransparentRegion()
326 opaque = super.gatherTransparentRegion(region); in gatherTransparentRegion()
DViewGroup.java6401 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in ViewGroup
6408 super.gatherTransparentRegion(region); in gatherTransparentRegion()
6415 if (!child.gatherTransparentRegion(region)) { in gatherTransparentRegion()
DViewRootImpl.java2082 host.gatherTransparentRegion(mTransparentRegion); in performTraversals()
DView.java20145 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java265 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in DecorView
266 boolean statusOpaque = gatherTransparentRegion(mStatusColorViewState, region); in gatherTransparentRegion()
267 boolean navOpaque = gatherTransparentRegion(mNavigationColorViewState, region); in gatherTransparentRegion()
268 boolean decorOpaque = super.gatherTransparentRegion(region); in gatherTransparentRegion()
274 boolean gatherTransparentRegion(ColorViewState colorViewState, Region region) { in gatherTransparentRegion() method in DecorView
279 return colorViewState.view.gatherTransparentRegion(region); in gatherTransparentRegion()
/frameworks/base/media/java/android/media/tv/
DTvView.java725 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in TvView
739 return super.gatherTransparentRegion(region); in gatherTransparentRegion()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33218 method public boolean gatherTransparentRegion(android.graphics.Region);
34106 method public boolean gatherTransparentRegion(android.graphics.Region);
/frameworks/base/api/
Dcurrent.txt42069 method public boolean gatherTransparentRegion(android.graphics.Region);
43021 method public boolean gatherTransparentRegion(android.graphics.Region);
Dsystem-current.txt45069 method public boolean gatherTransparentRegion(android.graphics.Region);
46021 method public boolean gatherTransparentRegion(android.graphics.Region);
Dtest-current.txt42148 method public boolean gatherTransparentRegion(android.graphics.Region);
43100 method public boolean gatherTransparentRegion(android.graphics.Region);