Home
last modified time | relevance | path

Searched refs:HandleSurfaceChanged (Results 1 - 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testfour.cpp146 * @tc.desc: test testInput text HandleSurfaceChanged
158 pattern->HandleSurfaceChanged(1, 3, 2, 4); in HWTEST_F()
159 pattern->HandleSurfaceChanged(1, 3, 2, 3); in HWTEST_F()
160 pattern->HandleSurfaceChanged(1, 2, 1, 3); in HWTEST_F()
161 pattern->HandleSurfaceChanged(1, 2, 1, 2); in HWTEST_F()
173 pattern->HandleSurfaceChanged(1, 3, 2, 4); in HWTEST_F()
174 pattern->HandleSurfaceChanged(1, 3, 2, 3); in HWTEST_F()
175 pattern->HandleSurfaceChanged(1, 2, 1, 3); in HWTEST_F()
176 pattern->HandleSurfaceChanged(1, 2, 1, 2); in HWTEST_F()
178 pattern->HandleSurfaceChanged( in HWTEST_F()
[all...]
H A Dtext_area_test.cpp490 pattern_->HandleSurfaceChanged(0, 0, 0, 0); in HWTEST_F()
511 pattern_->HandleSurfaceChanged(0, 0, 0, 0); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp223 frontend->HandleSurfaceChanged(width, height); in OnSurfaceChanged()
229 void CardFrontendDeclarative::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() function in OHOS::Ace::CardFrontendDeclarative
H A Dform_frontend_declarative.h42 void HandleSurfaceChanged(int32_t width, int32_t height);
H A Dform_frontend_declarative.cpp117 void FormFrontendDeclarative::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() function in OHOS::Ace::FormFrontendDeclarative
H A Dcard_frontend.cpp325 frontend->HandleSurfaceChanged(width, height); in OnSurfaceChanged()
331 void CardFrontend::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() function in OHOS::Ace::CardFrontend
H A Dcard_frontend_declarative.h46 void HandleSurfaceChanged(int32_t width, int32_t height) override;
H A Dcard_frontend.h44 virtual void HandleSurfaceChanged(int32_t width, int32_t height);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.h124 void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight);
H A Dcalendar_dialog_pattern.cpp1334 pattern->HandleSurfaceChanged(newWidth, newHeight, prevWidth, prevHeight); in InitSurfaceChangedCallback()
1341 void CalendarDialogPattern::HandleSurfaceChanged( in HandleSurfaceChanged() function in OHOS::Ace::NG::CalendarDialogPattern
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h737 void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight);
H A Drender_text_field.cpp431 textfield->HandleSurfaceChanged(newWidth, newHeight, prevWidth, prevHeight); in SetCallback()
470 void RenderTextField::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) in HandleSurfaceChanged() function in OHOS::Ace::RenderTextField
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp2346 * @tc.desc: test text_pattern.cpp HandleSurfaceChanged function
2365 pattern->HandleSurfaceChanged(100, 100, 100, 100); in HWTEST_F()
2366 pattern->HandleSurfaceChanged(100, 100, 10, 100); in HWTEST_F()
2367 pattern->HandleSurfaceChanged(100, 100, 100, 10); in HWTEST_F()
2368 pattern->HandleSurfaceChanged(100, 100, 10, 10); in HWTEST_F()
2372 pattern->HandleSurfaceChanged(100, 100, 10, 10); in HWTEST_F()
H A Dtext_test_ng.cpp3824 * @tc.steps: step2. test pattern HandleSurfaceChanged in HWTEST_F()
3830 pattern->HandleSurfaceChanged(newWidth, newHeight, prevWidth, prevHeight); in HWTEST_F()
3834 * @tc.steps: step3. set Width Height equal before adn after, test pattern HandleSurfaceChanged in HWTEST_F()
3840 pattern->HandleSurfaceChanged(newWidth, newHeight, prevWidth, prevHeight); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_pattern_test_ng.cpp748 * @tc.desc: HandleSurfaceChanged Function Test
760 dialogPattern->HandleSurfaceChanged(1, 1, 2, 2); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h328 virtual void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight);
H A Dtext_pattern.cpp3134 pattern->HandleSurfaceChanged(newWidth, newHeight, prevWidth, prevHeight); in InitSurfaceChangedCallback()
3141 void TextPattern::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) in HandleSurfaceChanged() function in TextPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp1174 * @tc.desc: test HandleSurfaceChanged
1184 richEditorPattern->HandleSurfaceChanged(0, 0, 0, 0); in HWTEST_F()
H A Drich_editor_base_test_ng.cpp1562 richEditorPattern->HandleSurfaceChanged(1, 1, 1, 1); in HWTEST_F()
H A Drich_editor_change_callback_test_ng.cpp1798 * @tc.desc: test HandleSurfaceChanged
1808 richEditorPattern->HandleSurfaceChanged(cases[i][0], cases[i][1], cases[i][2], cases[i][3]); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h642 void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) override;
H A Drich_editor_pattern.cpp7667 void RichEditorPattern::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight)
7670 TextPattern::HandleSurfaceChanged(newWidth, newHeight, prevWidth, prevHeight);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h698 void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight);
H A Dtext_field_pattern.cpp5214 void TextFieldPattern::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) in HandleSurfaceChanged() function in OHOS::Ace::NG::TextFieldPattern
5256 pattern->HandleSurfaceChanged(newWidth, newHeight, prevWidth, prevHeight); in InitSurfaceChangedCallback()

Completed in 75 milliseconds