Searched refs:FOLDABLE_DEVICE_POLICY (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 73 const std::string FOLDABLE_DEVICE_POLICY = system::GetParameter("const.window.foldabledevice.rotate_policy", ""); member 145 MMI_HILOGD("ROTATE_POLICY: %{public}d, FOLDABLE_DEVICE_POLICY:%{public}s", in IsWindowRotation() 146 ROTATE_POLICY, FOLDABLE_DEVICE_POLICY.c_str()); in IsWindowRotation() 150 FOLDABLE_DEVICE_POLICY[0] == ROTATE_WINDOW_ROTATE) || in IsWindowRotation() 152 FOLDABLE_DEVICE_POLICY[FOLDABLE_DEVICE] == ROTATE_WINDOW_ROTATE)))); in IsWindowRotation()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 75 const std::string FOLDABLE_DEVICE_POLICY = system::GetParameter("const.window.foldabledevice.rotate_policy", ""); member 580 MMI_HILOGD("ROTATE_POLICY: %{public}d, FOLDABLE_DEVICE_POLICY:%{public}s", in IsWindowRotation() 581 ROTATE_POLICY, FOLDABLE_DEVICE_POLICY.c_str()); in IsWindowRotation() 585 FOLDABLE_DEVICE_POLICY[0] == ROTATE_WINDOW_ROTATE) || in IsWindowRotation() 587 FOLDABLE_DEVICE_POLICY[FOLDABLE_DEVICE] == ROTATE_WINDOW_ROTATE)))); in IsWindowRotation()
|
H A D | pointer_drawing_manager.cpp | 70 const std::string FOLDABLE_DEVICE_POLICY = system::GetParameter("const.window.foldabledevice.rotate_policy", ""); member 1465 MMI_HILOGD("ROTATE_POLICY: %{public}d, FOLDABLE_DEVICE_POLICY:%{public}s", in IsWindowRotation() 1466 ROTATE_POLICY, FOLDABLE_DEVICE_POLICY.c_str()); in IsWindowRotation() 1470 FOLDABLE_DEVICE_POLICY[0] == ROTATE_WINDOW_ROTATE) || in IsWindowRotation() 1472 FOLDABLE_DEVICE_POLICY[FOLDABLE_DEVICE] == ROTATE_WINDOW_ROTATE)))); in IsWindowRotation()
|
Completed in 8 milliseconds