Searched refs:gatherTransparentRegion (Results 1 – 11 of 11) sorted by relevance
338 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in DecorView339 boolean statusOpaque = gatherTransparentRegion(mStatusColorViewState, region); in gatherTransparentRegion()340 boolean navOpaque = gatherTransparentRegion(mNavigationColorViewState, region); in gatherTransparentRegion()341 boolean decorOpaque = super.gatherTransparentRegion(region); in gatherTransparentRegion()347 boolean gatherTransparentRegion(ColorViewState colorViewState, Region region) { in gatherTransparentRegion() method in DecorView352 return colorViewState.view.gatherTransparentRegion(region); in gatherTransparentRegion()
509 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in SurfaceView511 return super.gatherTransparentRegion(region); in gatherTransparentRegion()517 opaque = super.gatherTransparentRegion(region); in gatherTransparentRegion()
7288 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in ViewGroup7295 super.gatherTransparentRegion(region); in gatherTransparentRegion()7312 if (!child.gatherTransparentRegion(region)) { in gatherTransparentRegion()
3780 host.gatherTransparentRegion(mTransparentRegion); in performTraversals()
27553 public boolean gatherTransparentRegion(@Nullable Region region) { in gatherTransparentRegion() method in View
172 override fun gatherTransparentRegion(region: Region?): Boolean {
864 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in TvView878 return super.gatherTransparentRegion(region); in gatherTransparentRegion()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17081 HSPLandroid/view/SurfaceView;->gatherTransparentRegion(Landroid/graphics/Region;)Z17383 HSPLandroid/view/View;->gatherTransparentRegion(Landroid/graphics/Region;)Z+]Landroid/graphics/Regi…18067 HSPLandroid/view/ViewGroup;->gatherTransparentRegion(Landroid/graphics/Region;)Z+]Landroid/view/Vie…22037 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Landroid/graphics/Region;)Z22038 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Lcom/android/internal/policy/De…
17145 HSPLandroid/view/SurfaceView;->gatherTransparentRegion(Landroid/graphics/Region;)Z17447 HSPLandroid/view/View;->gatherTransparentRegion(Landroid/graphics/Region;)Z+]Landroid/graphics/Regi…18131 HSPLandroid/view/ViewGroup;->gatherTransparentRegion(Landroid/graphics/Region;)Z+]Landroid/view/Vie…22101 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Landroid/graphics/Region;)Z22102 HSPLcom/android/internal/policy/DecorView;->gatherTransparentRegion(Lcom/android/internal/policy/De…
52093 method public boolean gatherTransparentRegion(@Nullable android.graphics.Region);