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

Commit 7eb36bab authored by Rob Carr's avatar Rob Carr Committed by Chavi Weingarten
Browse files

SurfaceControlViewHost: Unhide new API

transferTouchFocusToHost (discussed in previous CL)

Bug: 256993188
Test: SurfaceControlViewHostTests
Change-Id: Ia064f8ac6350796f45e4295114953f28f4204675
parent 12917797
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51021,6 +51021,7 @@ package android.view {
    method public void relayout(int, int);
    method public void release();
    method public void setView(@NonNull android.view.View, int, int);
    method public boolean transferTouchGestureToHost();
  }
  public static final class SurfaceControlViewHost.SurfacePackage implements android.os.Parcelable {
+0 −1
Original line number Diff line number Diff line
@@ -485,7 +485,6 @@ public class SurfaceControlViewHost {
     * SurfaceControlViewHost was created with an associated hostInputToken.
     *
     * @return Whether the touch stream was transferred.
     * @hide
     */
    public boolean transferTouchGestureToHost() {
        if (mViewRoot == null) {