Fix typo in SurfaceControlViewHost relayout overload
Need to point to the other method, not just infinitely recurse. Seems to imply that the tests aren't running in CTS anymore either (this method doesn't have any real users yet). Following up on why the tests aren't running seperately. Bug: 150338132 Test: SurfaceControlViewHostTests Change-Id: Ie43a6affaac3616164c892713b4bc7fc4b775aa1
This commit is contained in:
@@ -201,7 +201,7 @@ public class SurfaceControlViewHost {
|
||||
final WindowManager.LayoutParams lp =
|
||||
new WindowManager.LayoutParams(width, height,
|
||||
WindowManager.LayoutParams.TYPE_APPLICATION, 0, PixelFormat.TRANSPARENT);
|
||||
relayout(width, height);
|
||||
relayout(lp);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user