Home
last modified time | relevance | path

Searched refs:WindowLayoutPolicy (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp34 uint32_t WindowLayoutPolicy::floatingBottomPosY_ = 0;
35 uint32_t WindowLayoutPolicy::maxFloatingWindowSize_ = 1920; // 1920: default max size of floating window
37 WindowLayoutPolicy::WindowLayoutPolicy(DisplayGroupWindowTree& displayGroupWindowTree) in WindowLayoutPolicy() function in OHOS::Rosen::WindowLayoutPolicy
43 void WindowLayoutPolicy::Launch() in Launch()
45 WLOGI("WindowLayoutPolicy::Launch"); in Launch()
48 void WindowLayoutPolicy::Reorder() in Reorder()
50 WLOGI("WindowLayoutPolicy::Reorder"); in Reorder()
53 void WindowLayoutPolicy::LimitWindowToBottomRightCorner(const sptr<WindowNode>& node) in LimitWindowToBottomRightCorner()
83 void WindowLayoutPolicy
[all...]
H A Dwindow_layout_policy_tile.cpp35 : WindowLayoutPolicy(displayGroupWindowTree) in WindowLayoutPolicyTile()
H A Dwindow_manager_service.cpp415 WindowLayoutPolicy::SetCascadeRectBottomPosYLimit(static_cast<uint32_t>(numbers[0])); in ConfigureWindowManagerService()
433 WindowLayoutPolicy::SetMaxFloatingWindowSize(static_cast<uint32_t>(numbers[0])); in ConfigureWindowManagerService()
H A Dwindow_layout_policy_cascade.cpp35 : WindowLayoutPolicy(displayGroupWindowTree) in WindowLayoutPolicyCascade()
H A Dwindow_controller.cpp457 WindowLayoutPolicy::CalcAndSetNodeHotZone(rect, callingWindow); in NotifyInputCallingWindowRectAndOccupiedAreaChange()
H A Dwindow_node_container.cpp1169 sptr<WindowLayoutPolicy> WindowNodeContainer::GetLayoutPolicy() const in GetLayoutPolicy()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_layout_policy.h40 class WindowLayoutPolicy : public RefBase { class
42 WindowLayoutPolicy() = delete;
43 WindowLayoutPolicy(DisplayGroupWindowTree& displayGroupWindowTree);
44 ~WindowLayoutPolicy() = default;
H A Dwindow_layout_policy_tile.h30 class WindowLayoutPolicyTile : public WindowLayoutPolicy {
H A Dwindow_node_container.h109 sptr<WindowLayoutPolicy> GetLayoutPolicy() const;
208 std::unordered_map<WindowLayoutMode, sptr<WindowLayoutPolicy>> layoutPolicies_;
217 sptr<WindowLayoutPolicy> layoutPolicy_;
H A Dwindow_layout_policy_cascade.h29 class WindowLayoutPolicyCascade : public WindowLayoutPolicy {

Completed in 15 milliseconds