Searched refs:isFixedToUserRotation (Results 1 – 3 of 3) sorted by relevance
93 final boolean isFixedToUserRotation = in setup()95 Assume.assumeTrue(supportsRotation && !isFixedToUserRotation); in setup()
389 mWmState.isFixedToUserRotation()); in testTranslucentAppOrientationRequests()580 mWmState.isFixedToUserRotation()); in testTaskCloseRestoreFixedOrientation()830 final boolean isFixedToUserRotation = mWmState.isFixedToUserRotation(); in testTaskMoveToBackOrientation()831 if (!isFixedToUserRotation) { in testTaskMoveToBackOrientation()857 if (!isFixedToUserRotation) { in testTaskMoveToBackOrientation()
1143 public boolean isFixedToUserRotation() { in isFixedToUserRotation() method in WindowManagerState1220 mIsFixedToUserRotation = rotationProto.isFixedToUserRotation; in DisplayContent()