Home
last modified time | relevance | path

Searched refs:surfaceLocation (Results 1 – 1 of 1) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java492 final int[] surfaceLocation = new int[2]; in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace() local
493 mSurfaceView.getLocationOnScreen(surfaceLocation); in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()
495 final int displayX = surfaceLocation[0] + viewX; in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()
496 final int displayY = surfaceLocation[1] + viewY; in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()