Searched defs:gatherTransparentRegion (Results 1 - 6 of 6) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/
H A DSurfaceView.java53 public boolean gatherTransparentRegion(Region region) { method in class:SurfaceView
/frameworks/base/core/java/android/view/
H A DSurfaceView.java350 public boolean gatherTransparentRegion(Region region) { method in class:SurfaceView
352 return super.gatherTransparentRegion(region);
358 opaque = super.gatherTransparentRegion(region);
H A DViewGroup.java7030 public boolean gatherTransparentRegion(Region region) { method in class:ViewGroup
7037 super.gatherTransparentRegion(region);
7054 if (!child.gatherTransparentRegion(region)) {
H A DView.java23584 public boolean gatherTransparentRegion(Region region) { method in class:View
24280 * {@link #gatherTransparentRegion(android.graphics.Region)} so
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvView.java729 public boolean gatherTransparentRegion(Region region) { method in class:TvView
743 return super.gatherTransparentRegion(region);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java288 public boolean gatherTransparentRegion(Region region) { method in class:DecorView
289 boolean statusOpaque = gatherTransparentRegion(mStatusColorViewState, region);
290 boolean navOpaque = gatherTransparentRegion(mNavigationColorViewState, region);
291 boolean decorOpaque = super.gatherTransparentRegion(region);
297 boolean gatherTransparentRegion(ColorViewState colorViewState, Region region) { method in class:DecorView
301 // rejected by ViewGroup#gatherTransparentRegion() for the view not being VISIBLE.
302 return colorViewState.view.gatherTransparentRegion(region);

Completed in 183 milliseconds