/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_pattern.h | 82 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
H A D | navigation_pattern.h | 529 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
H A D | nav_bar_pattern.cpp | 458 void NavBarPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() function in OHOS::Ace::NG::NavBarPattern
|
/foundation/arkui/ace_engine/test/mock/core/pattern/ |
H A D | mock_pattern.h | 66 MOCK_METHOD3(OnWindowSizeChanged, void(int32_t width, int32_t height, WindowSizeChangeReason type));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_pattern.h | 82 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
H A D | marquee_pattern.cpp | 532 void MarqueePattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() function in OHOS::Ace::NG::MarqueePattern
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_pattern.h | 98 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.h | 254 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
H A D | navdestination_pattern.cpp | 460 void NavDestinationPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() function in OHOS::Ace::NG::NavDestinationPattern
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.h | 178 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | sheet_presentation_test_ng.cpp | 864 * @tc.desc: Increase the coverage of SheetPresentationPattern::OnWindowSizeChanged function. 877 sheetPattern->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::MOVE); in HWTEST_F() 883 sheetPattern->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::ROTATION); in HWTEST_F() 889 sheetPattern->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::ROTATION); in HWTEST_F() 894 sheetPattern->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::ROTATION); in HWTEST_F() 895 sheetPattern->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::UNDEFINED); in HWTEST_F() 896 sheetPattern->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::DRAG); in HWTEST_F() 897 sheetPattern->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::RESIZE); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.h | 134 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
H A D | bubble_pattern.cpp | 694 void BubblePattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() function in OHOS::Ace::NG::BubblePattern
|
/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow_manager.h | 137 void OnWindowSizeChanged(int32_t instanceId, Rect windowRect, WindowSizeChangeReason reason);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_pattern.h | 234 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_pattern.h | 134 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_window_test_ng.cpp | 319 * @tc.desc: Test OnWindowSizeChanged. 332 webPattern->OnWindowSizeChanged(0, 0, type); in HWTEST_F() 580 webPattern->OnWindowSizeChanged(0, 0, type); in HWTEST_F() 604 webPattern->OnWindowSizeChanged(0, 0, type); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_test_ng.cpp | 823 * @tc.desc: Test NavBarPattern::OnWindowSizeChanged 846 navBarPattern->OnWindowSizeChanged(20, 20, WindowSizeChangeReason::RESIZE); in HWTEST_F() 851 navBarPattern->OnWindowSizeChanged(20, 20, WindowSizeChangeReason::RESIZE); in HWTEST_F() 858 navBarPattern->OnWindowSizeChanged(20, 20, WindowSizeChangeReason::RECOVER); in HWTEST_F() 861 navBarPattern->OnWindowSizeChanged(20, 20, WindowSizeChangeReason::RECOVER); in HWTEST_F()
|
H A D | nav_bar_test_ng.cpp | 533 * @tc.desc: Test OnWindowSizeChanged function. 575 * @tc.desc: Test OnWindowSizeChanged function. 613 * @tc.steps: step3. call OnWindowSizeChanged func when the width of navBar is 0 in HWTEST_F() 621 navBarpattern_->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::UNDEFINED); in HWTEST_F() 624 * @tc.steps: step4. call OnWindowSizeChanged func when the width of navBar is DEFAULT_SIZE_LENGTH in HWTEST_F() 632 navBarpattern_->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::UNDEFINED); in HWTEST_F() 635 * @tc.steps: step5. call OnWindowSizeChanged func when the DeviceType is TABLET in HWTEST_F() 639 navBarpattern_->OnWindowSizeChanged(0, 0, WindowSizeChangeReason::UNDEFINED); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.h | 325 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_pattern.h | 378 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_pattern.h | 105 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | pattern.h | 469 virtual void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) {} in OnWindowSizeChanged() function in OHOS::OHOS::Ace::NG::Pattern
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.h | 492 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 349 virtual void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) {} in OnWindowSizeChanged() function in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode
|