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

Commit c13c1511 authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Android (Google) Code Review
Browse files

Merge "SurfaceControlViewHost: Unhide new API"

parents 771dcd44 7eb36bab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51040,6 +51040,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) {