Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java624 final float[] curSurfacePos = {app.mLastSurfacePosition.x, app.mLastSurfacePosition.y}; in testSeamlesslyRotateWindow() local
625 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()