Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3137 int32_t formHeight = round(height); in OnFormSurfaceChange() local
3139 Platform::AceViewOhos::ChangeViewSize(aceView, formWidth, formHeight); in OnFormSurfaceChange()
3144 pipelineContext->SetRootSize(density, formWidth, formHeight); in OnFormSurfaceChange()
3145 …pipelineContext->OnSurfaceChanged(formWidth, formHeight, static_cast<WindowSizeChangeReason>(type)… in OnFormSurfaceChange()