Loading core/java/android/view/SurfaceView.java +9 −4 Original line number Diff line number Diff line Loading @@ -53,6 +53,11 @@ import java.util.concurrent.locks.ReentrantLock; * impact on performance since a full alpha-blended composite will be performed * each time the Surface changes. * * <p> The transparent region that makes the surface visible is based on the * layout positions in the view hierarchy. If the post-layout transform * properties are used to draw a sibling view on top of the SurfaceView, the * view may not be properly composited with the surface. * * <p>Access to the underlying surface is provided via the SurfaceHolder interface, * which can be retrieved by calling {@link #getHolder}. * Loading Loading
core/java/android/view/SurfaceView.java +9 −4 Original line number Diff line number Diff line Loading @@ -53,6 +53,11 @@ import java.util.concurrent.locks.ReentrantLock; * impact on performance since a full alpha-blended composite will be performed * each time the Surface changes. * * <p> The transparent region that makes the surface visible is based on the * layout positions in the view hierarchy. If the post-layout transform * properties are used to draw a sibling view on top of the SurfaceView, the * view may not be properly composited with the surface. * * <p>Access to the underlying surface is provided via the SurfaceHolder interface, * which can be retrieved by calling {@link #getHolder}. * Loading