Searched refs:mFoldController (Results 1 – 2 of 2) sorted by relevance
113 final FoldController mFoldController; field in DisplayRotation309 mFoldController = null; in DisplayRotation()312 mFoldController = null; in DisplayRotation()562 if (mFoldController != null && mFoldController.shouldRevertOverriddenRotation()) { in updateRotationUnchecked()1127 if (mFoldController != null && mFoldController.shouldDisableRotationSensor()) { in needSensorRunning()1229 if (mFoldController != null && mFoldController.shouldIgnoreSensorRotation()) { in rotationForOrientation()1456 return mFoldController != null && mFoldController.overrideFrozenRotation(); in isTabletopAutoRotateOverrideEnabled()1574 if (mFoldController != null) { in onDisplayRemoved()1685 if (mFoldController != null) { in dump()1728 return mFoldController != null && mFoldController.isSeparatingHinge(); in isDisplaySeparatingHinge()[all …]
65 || mDisplayContent.getDisplayRotation().mFoldController != null in isRotationReversionEnabled()