Home
last modified time | relevance | path

Searched refs:OnWindowSizeChanged (Results 1 - 25 of 56) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_pattern.h82 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
H A Dnavigation_pattern.h529 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
H A Dnav_bar_pattern.cpp458 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 Dmock_pattern.h66 MOCK_METHOD3(OnWindowSizeChanged, void(int32_t width, int32_t height, WindowSizeChangeReason type));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.h82 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
H A Dmarquee_pattern.cpp532 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 Dsliding_panel_pattern.h98 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.h254 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
H A Dnavdestination_pattern.cpp460 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 Dcalendar_picker_pattern.h178 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_presentation_test_ng.cpp864 * @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 Dbubble_pattern.h134 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
H A Dbubble_pattern.cpp694 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 Dsubwindow_manager.h137 void OnWindowSizeChanged(int32_t instanceId, Rect windowRect, WindowSizeChangeReason reason);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.h234 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.h134 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_window_test_ng.cpp319 * @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 Dnavigation_test_ng.cpp823 * @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 Dnav_bar_test_ng.cpp533 * @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 Ddialog_pattern.h325 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h378 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_pattern.h105 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h469 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 Dweb_pattern.h492 void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h349 virtual void OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) {} in OnWindowSizeChanged() function in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode

Completed in 28 milliseconds

123