Home
last modified time | relevance | path

Searched refs:GetFormHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h73 MOCK_METHOD0(GetFormHeight, float());
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h77 MOCK_METHOD0(GetFormHeight, float());
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h82 MOCK_METHOD0(GetFormHeight, float());
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h123 float GetFormHeight() override in GetFormHeight() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h193 virtual float GetFormHeight() = 0;
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp485 …f (!NearEqual(width, uiContent_->GetFormWidth()) || !NearEqual(height, uiContent_->GetFormHeight()) in AttachUIContent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h166 float GetFormHeight() override in GetFormHeight() function