Searched refs:gatherTransparentRegion (Results 1 – 12 of 12) sorted by relevance
53 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in SurfaceView
348 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in DecorView349 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 DecorView362 return colorViewState.view.gatherTransparentRegion(region); in gatherTransparentRegion()
451 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in SurfaceView453 return super.gatherTransparentRegion(region); in gatherTransparentRegion()459 opaque = super.gatherTransparentRegion(region); in gatherTransparentRegion()
7258 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in ViewGroup7265 super.gatherTransparentRegion(region); in gatherTransparentRegion()7282 if (!child.gatherTransparentRegion(region)) { in gatherTransparentRegion()
3472 host.gatherTransparentRegion(mTransparentRegion); in performTraversals()
26916 public boolean gatherTransparentRegion(@Nullable Region region) { in gatherTransparentRegion() method in View
141 override fun gatherTransparentRegion(region: Region?): Boolean { in <lambda>() method
767 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in TvView781 return super.gatherTransparentRegion(region); in gatherTransparentRegion()
16765 HSPLandroid/view/SurfaceView;->gatherTransparentRegion(Landroid/graphics/Region;)Z17066 HSPLandroid/view/View;->gatherTransparentRegion(Landroid/graphics/Region;)Z17743 HSPLandroid/view/ViewGroup;->gatherTransparentRegion(Landroid/graphics/Region;)Z21643 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Landroid/graphics/Region;)Z21644 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Lcom/android/internal/policy/De…
16828 HSPLandroid/view/SurfaceView;->gatherTransparentRegion(Landroid/graphics/Region;)Z17129 HSPLandroid/view/View;->gatherTransparentRegion(Landroid/graphics/Region;)Z17806 HSPLandroid/view/ViewGroup;->gatherTransparentRegion(Landroid/graphics/Region;)Z21706 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Landroid/graphics/Region;)Z21707 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Lcom/android/internal/policy/De…
33218 method public boolean gatherTransparentRegion(android.graphics.Region);34106 method public boolean gatherTransparentRegion(android.graphics.Region);
49614 method public boolean gatherTransparentRegion(@Nullable android.graphics.Region);