Skip to content
Commit 716ac1c2 authored by Rob Carr's avatar Rob Carr
Browse files

SurfaceControlViewHost: Expose transferTouchGesture API.

A key feature of SurfaceControlViewHost is that touches are given
directly to the embedded View hierarchy, however in some cases
this can interfere with the seamlessness of embedding. For example
if we are not clicking on an embedded element but in fact
intending to scroll its container.

Allowing transferring the current touch gesture to the host
provides a way to solve this problem. We expose this through
a SurfaceControlViewHost specific API in order to restrict scope
and avoid sharing of any new tokens.

Bug: 256993188
Change-Id: If94dbe4b862b6a159f2c0baee55dcb8c82c22e37
parent 0d098718
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment