Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java892 final int[] receivedRotation = new int[1]; in testProposedRotationListener() local
902 receivedRotation[0] = rotation; in testProposedRotationListener()
917 assertEquals(Surface.ROTATION_90, receivedRotation[0]); in testProposedRotationListener()
921 assertEquals(Surface.ROTATION_90, receivedRotation[0]); in testProposedRotationListener()