Searched refs:isFixedToUserRotation (Results 1 – 4 of 4) sorted by relevance
400 mWmState.isFixedToUserRotation()); in testTranslucentAppOrientationRequests()545 mWmState.isFixedToUserRotation()); in testTaskCloseRestoreFixedOrientation()794 final boolean isFixedToUserRotation = mWmState.isFixedToUserRotation(); in testTaskMoveToBackOrientation()795 if (!isFixedToUserRotation) { in testTaskMoveToBackOrientation()821 if (!isFixedToUserRotation) { in testTaskMoveToBackOrientation()
149 final boolean isFixedToUserRotation = in supportRotationCheck()151 Assume.assumeTrue(supportsRotation && !isFixedToUserRotation); in supportRotationCheck()
1380 final boolean isFixedToUserRotation = in testRotateScreenWithKeyboardShownImplicitly()1382 assumeFalse("Device shouldn't have fixed rotation.", isFixedToUserRotation); in testRotateScreenWithKeyboardShownImplicitly()
1183 public boolean isFixedToUserRotation() { in isFixedToUserRotation() method in WindowManagerState1261 mIsFixedToUserRotation = rotationProto.isFixedToUserRotation; in DisplayContent()