Home
last modified time | relevance | path

Searched refs:DeviceHoverStatus (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_rotation_property_test.cpp81 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::INVALID);
82 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::TENT_STATUS);
83 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::TENT_STATUS_CANCEL);
84 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::CAMERA_STATUS);
85 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::CAMERA_STATUS_CANCEL);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_rotation_property.cpp63 void ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus hoverStatus) in HandleHoverStatusEventInput()
65 static DeviceHoverStatus lastHoverStatusConverted_ = DeviceHoverStatus::INVALID; in HandleHoverStatusEventInput()
69 if (hoverStatus != DeviceHoverStatus::INVALID) { in HandleHoverStatusEventInput()
H A Dscreen_session_dumper.cpp673 if ((value < static_cast<int32_t>(DeviceHoverStatus::INVALID)) || in SetHoverStatusChange()
674 (value > static_cast<int32_t>(DeviceHoverStatus::CAMERA_STATUS_CANCEL))) { in SetHoverStatusChange()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_rotation_property.h39 enum class DeviceHoverStatus: int32_t { enum
52 static void HandleHoverStatusEventInput(DeviceHoverStatus hoverStatus);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/sensor_fold_state_manager/
H A Dsingle_display_sensor_pocket_fold_state_manager.cpp148 … ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::CAMERA_STATUS_CANCEL); in SetCameraRotationStatusChange()
158 … ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::CAMERA_STATUS_CANCEL); in SetCameraRotationStatusChange()
171 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::CAMERA_STATUS); in SetCameraRotationStatusChange()
177 … ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::CAMERA_STATUS_CANCEL); in SetCameraRotationStatusChange()
H A Dsensor_fold_state_manager.cpp129 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::TENT_STATUS); in SetTentMode()
131 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::TENT_STATUS_CANCEL); in SetTentMode()