Searched refs:surfaceLocation (Results 1 – 1 of 1) sorted by relevance
492 final int[] surfaceLocation = new int[2]; in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace() local493 mSurfaceView.getLocationOnScreen(surfaceLocation); in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()495 final int displayX = surfaceLocation[0] + viewX; in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()496 final int displayY = surfaceLocation[1] + viewY; in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()