/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testfour.cpp | 146 * @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 D | text_area_test.cpp | 490 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 D | card_frontend_declarative.cpp | 223 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 D | form_frontend_declarative.h | 42 void HandleSurfaceChanged(int32_t width, int32_t height);
|
H A D | form_frontend_declarative.cpp | 117 void FormFrontendDeclarative::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() function in OHOS::Ace::FormFrontendDeclarative
|
H A D | card_frontend.cpp | 325 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 D | card_frontend_declarative.h | 46 void HandleSurfaceChanged(int32_t width, int32_t height) override;
|
H A D | card_frontend.h | 44 virtual void HandleSurfaceChanged(int32_t width, int32_t height);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.h | 124 void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight);
|
H A D | calendar_dialog_pattern.cpp | 1334 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 D | render_text_field.h | 737 void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight);
|
H A D | render_text_field.cpp | 431 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 D | text_testfive_ng.cpp | 2346 * @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 D | text_test_ng.cpp | 3824 * @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 D | calendar_picker_pattern_test_ng.cpp | 748 * @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 D | text_pattern.h | 328 virtual void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight);
|
H A D | text_pattern.cpp | 3134 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 D | rich_editor_pattern_testfour_ng.cpp | 1174 * @tc.desc: test HandleSurfaceChanged 1184 richEditorPattern->HandleSurfaceChanged(0, 0, 0, 0); in HWTEST_F()
|
H A D | rich_editor_base_test_ng.cpp | 1562 richEditorPattern->HandleSurfaceChanged(1, 1, 1, 1); in HWTEST_F()
|
H A D | rich_editor_change_callback_test_ng.cpp | 1798 * @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 D | rich_editor_pattern.h | 642 void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) override;
|
H A D | rich_editor_pattern.cpp | 7667 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 D | text_field_pattern.h | 698 void HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight);
|
H A D | text_field_pattern.cpp | 5214 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()
|