Searched defs:HandleSurfaceChanged (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_declarative.cpp | 229 void CardFrontendDeclarative::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() function in OHOS::Ace::CardFrontendDeclarative
|
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 | 331 void CardFrontend::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() function in OHOS::Ace::CardFrontend
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.cpp | 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.cpp | 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/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 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/frameworks/core/components_ng/pattern/text_field/ |
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
|
Completed in 33 milliseconds