Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9f345ff authored by Jesse Hall's avatar Jesse Hall
Browse files

Document interaction of SurfaceView and post-layout transforms

Bug: 7179570
Change-Id: I9c4d71242bcb832c0cb3b62ec26aba54f146d70a
parent 3b772c6b
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -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}.
 *