Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DPhysicalDisplaySwitchTransitionLauncherTest.java100 mTarget.foldStateChanged(OPEN); in testDisplaySwitchAfterUnfoldToOpen_animationsEnabled_requestsTransition()
124 mTarget.foldStateChanged(OPEN); in testDisplaySwitchAfterFolding_animationEnabled_doesNotRequestTransition()
147 mTarget.foldStateChanged(OPEN); in testDisplaySwitchSecondTimeAfterUnfolding_animationEnabled_noTransition()
160 mTarget.foldStateChanged(OPEN); in testDisplaySwitchAfterGoingToRearAndBack_animationEnabled_noTransition()
162 mTarget.foldStateChanged(REAR); in testDisplaySwitchAfterGoingToRearAndBack_animationEnabled_noTransition()
163 mTarget.foldStateChanged(OPEN); in testDisplaySwitchAfterGoingToRearAndBack_animationEnabled_noTransition()
173 mTarget.foldStateChanged(OPEN); in testDisplaySwitchAfterUnfoldingAndFolding_animationEnabled_noTransition()
189 mTarget.foldStateChanged(OPEN); in testDisplaySwitch_whenShellTransitionsNotEnabled_noTransition()
201 mTarget.foldStateChanged(OPEN); in testDisplaySwitch_whenAnimationsDisabled_noTransition()
213 mTarget.foldStateChanged(OPEN); in testDisplaySwitch_whenUnfoldAnimationDisabled_noTransition()
[all …]
H A DDisplayRotationTests.java857 mTarget.foldStateChanged(DeviceStateController.DeviceState.OPEN); in testUpdatesRotationWhenSensorUpdates_RotationLocked_HalfFolded()
867 mTarget.foldStateChanged(DeviceStateController.DeviceState.HALF_FOLDED); in testUpdatesRotationWhenSensorUpdates_RotationLocked_HalfFolded()
875 mTarget.foldStateChanged(DeviceStateController.DeviceState.OPEN); in testUpdatesRotationWhenSensorUpdates_RotationLocked_HalfFolded()
892 mTarget.foldStateChanged(DeviceStateController.DeviceState.OPEN); in sensorRotation_locked_halfFolded_configOff_rotationUnchanged()
902 mTarget.foldStateChanged(DeviceStateController.DeviceState.HALF_FOLDED); in sensorRotation_locked_halfFolded_configOff_rotationUnchanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPhysicalDisplaySwitchTransitionLauncher.java79 void foldStateChanged(DeviceState newDeviceState) { in foldStateChanged() method in PhysicalDisplaySwitchTransitionLauncher
H A DDisplayRotation.java1736 void foldStateChanged(DeviceStateController.DeviceState deviceState) { in foldStateChanged() method in DisplayRotation
1739 mFoldController.foldStateChanged(deviceState); in foldStateChanged()
1924 void foldStateChanged(DeviceStateController.DeviceState newState) { in foldStateChanged() method in DisplayRotation.FoldController
H A DDisplayContent.java1190 mDisplaySwitchTransitionLauncher.foldStateChanged(newFoldState); in DisplayContent()
1191 mDisplayRotation.foldStateChanged(newFoldState); in DisplayContent()