Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java113 final FoldController mFoldController; field in DisplayRotation
309 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 …]
H A DDisplayRotationReversionController.java65 || mDisplayContent.getDisplayRotation().mFoldController != null in isRotationReversionEnabled()