Searched refs:transferTouchToHost (Results 1 – 4 of 4) sorted by relevance
/cts/tests/surfacecontrol/src/android/view/cts/util/aidl/ |
D | IAttachEmbeddedWindow.aidl | 31 int width, int height, boolean transferTouchToHost, in attachEmbeddedSurfaceControl() argument 37 in InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedASurfaceControl() argument
|
/cts/tests/surfacecontrol/src/android/view/cts/util/ |
D | EmbeddedSCVHService.java | 189 InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedSurfaceControl() argument 208 if (transferTouchToHost) { in attachEmbeddedSurfaceControl() 256 InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedASurfaceControl() argument 275 if (transferTouchToHost && mEmbeddedInputTransferToken != null in attachEmbeddedASurfaceControl()
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ASurfaceControlInputReceiverTest.java | 466 boolean transferTouchToHost) { in RemoteSurfaceControlInputReceiverHelper() argument 469 mTransferTouchToHost = transferTouchToHost; in RemoteSurfaceControlInputReceiverHelper()
|
D | SurfaceControlInputReceiverTests.java | 668 public void setup(boolean zOrderOnTop, boolean transferTouchToHost, in setup() argument 721 sBounds.height(), transferTouchToHost, in setup()
|