Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DSurfaceView.java53 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in SurfaceView
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java348 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in DecorView
349 boolean statusOpaque = gatherTransparentRegion(mStatusColorViewState, region); in gatherTransparentRegion()
350 boolean navOpaque = gatherTransparentRegion(mNavigationColorViewState, region); in gatherTransparentRegion()
351 boolean decorOpaque = super.gatherTransparentRegion(region); in gatherTransparentRegion()
357 boolean gatherTransparentRegion(ColorViewState colorViewState, Region region) { in gatherTransparentRegion() method in DecorView
362 return colorViewState.view.gatherTransparentRegion(region); in gatherTransparentRegion()
/frameworks/base/core/java/android/view/
DSurfaceView.java451 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in SurfaceView
453 return super.gatherTransparentRegion(region); in gatherTransparentRegion()
459 opaque = super.gatherTransparentRegion(region); in gatherTransparentRegion()
DViewGroup.java7258 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in ViewGroup
7265 super.gatherTransparentRegion(region); in gatherTransparentRegion()
7282 if (!child.gatherTransparentRegion(region)) { in gatherTransparentRegion()
DViewRootImpl.java3472 host.gatherTransparentRegion(mTransparentRegion); in performTraversals()
DView.java26916 public boolean gatherTransparentRegion(@Nullable Region region) { in gatherTransparentRegion() method in View
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorHwcLayer.kt141 override fun gatherTransparentRegion(region: Region?): Boolean { in <lambda>() method
/frameworks/base/media/java/android/media/tv/
DTvView.java767 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in TvView
781 return super.gatherTransparentRegion(region); in gatherTransparentRegion()
/frameworks/base/boot/
Dboot-image-profile.txt16765 HSPLandroid/view/SurfaceView;->gatherTransparentRegion(Landroid/graphics/Region;)Z
17066 HSPLandroid/view/View;->gatherTransparentRegion(Landroid/graphics/Region;)Z
17743 HSPLandroid/view/ViewGroup;->gatherTransparentRegion(Landroid/graphics/Region;)Z
21643 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Landroid/graphics/Region;)Z
21644 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Lcom/android/internal/policy/De…
/frameworks/base/config/
Dboot-image-profile.txt16828 HSPLandroid/view/SurfaceView;->gatherTransparentRegion(Landroid/graphics/Region;)Z
17129 HSPLandroid/view/View;->gatherTransparentRegion(Landroid/graphics/Region;)Z
17806 HSPLandroid/view/ViewGroup;->gatherTransparentRegion(Landroid/graphics/Region;)Z
21706 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Landroid/graphics/Region;)Z
21707 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Lcom/android/internal/policy/De…
/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/core/api/
Dcurrent.txt49614 method public boolean gatherTransparentRegion(@Nullable android.graphics.Region);