Home
last modified time | relevance | path

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

/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java359 assertTrue(waiter.rotationChanged()); in testVirtualDisplayRotatesWithContent()
365 assertTrue(waiter.rotationChanged()); in testVirtualDisplayRotatesWithContent()
392 assertFalse(waiter.rotationChanged()); in testVirtualDisplayDoesNotRotateWithContent()
398 assertFalse(waiter.rotationChanged()); in testVirtualDisplayDoesNotRotateWithContent()
597 boolean rotationChanged() throws Exception { in rotationChanged() method in VirtualDisplayTest.RotationChangeWaiter