Searched refs:DeviceHoverStatus (Results 1 – 6 of 6) sorted by relevance
81 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);
63 void ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus hoverStatus) in HandleHoverStatusEventInput()65 static DeviceHoverStatus lastHoverStatusConverted_ = DeviceHoverStatus::INVALID; in HandleHoverStatusEventInput()69 if (hoverStatus != DeviceHoverStatus::INVALID) { in HandleHoverStatusEventInput()
673 if ((value < static_cast<int32_t>(DeviceHoverStatus::INVALID)) || in SetHoverStatusChange()674 (value > static_cast<int32_t>(DeviceHoverStatus::CAMERA_STATUS_CANCEL))) { in SetHoverStatusChange()
39 enum class DeviceHoverStatus: int32_t { enum52 static void HandleHoverStatusEventInput(DeviceHoverStatus hoverStatus);
148 … 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()
129 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::TENT_STATUS); in SetTentMode()131 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::TENT_STATUS_CANCEL); in SetTentMode()