Searched refs:curSurfacePos (Results 1 – 1 of 1) sorted by relevance
624 final float[] curSurfacePos = {app.mLastSurfacePosition.x, app.mLastSurfacePosition.y}; in testSeamlesslyRotateWindow() local625 matrix.mapPoints(curSurfacePos); in testSeamlesslyRotateWindow()626 verify(t).setPosition(eq(app.mSurfaceControl), eq(curSurfacePos[0]), eq(curSurfacePos[1])); in testSeamlesslyRotateWindow()645 curSurfacePos[0] = frame.left; in testSeamlesslyRotateWindow()646 curSurfacePos[1] = frame.top; in testSeamlesslyRotateWindow()647 matrix.mapPoints(curSurfacePos); in testSeamlesslyRotateWindow()648 verify(t).setPosition(eq(app.mSurfaceControl), eq(curSurfacePos[0]), eq(curSurfacePos[1])); in testSeamlesslyRotateWindow()