Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DAttachedSurfaceControlTest.java92 final int[] transformHintResult = new int[2]; in testOnBufferTransformHintChangedListener() local
101 requestedOrientation, hint -> transformHintResult[0] = hint); in testOnBufferTransformHintChangedListener()
112 scenario.onActivity(activity -> Assert.assertEquals(transformHintResult[0], in testOnBufferTransformHintChangedListener()
118 requestedOrientation, hint -> transformHintResult[1] = hint); in testOnBufferTransformHintChangedListener()
129 scenario.onActivity(activity -> Assert.assertEquals(transformHintResult[1], in testOnBufferTransformHintChangedListener()
134 Assert.assertNotEquals(transformHintResult[0], transformHintResult[1]); in testOnBufferTransformHintChangedListener()
156 final int[] transformHintResult = new int[2]; in testOnBufferTransformHintChangesFromLandToSea() local
168 ORIENTATION_LANDSCAPE, hint -> transformHintResult[0] = hint); in testOnBufferTransformHintChangesFromLandToSea()
180 scenario.onActivity(activity -> Assert.assertEquals(transformHintResult[0], in testOnBufferTransformHintChangesFromLandToSea()
185 ORIENTATION_LANDSCAPE, hint -> transformHintResult[1] = hint); in testOnBufferTransformHintChangesFromLandToSea()
[all …]