Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2118 double newRootHeight = height / viewScale_; in OnSurfaceChanged() local
2120 double offsetHeight = rootHeight_ - newRootHeight; in OnSurfaceChanged()
2122 …textFieldManager_->MovePage(GetLastPage()->GetPageId(), { newRootWidth, newRootHeight }, offsetHei… in OnSurfaceChanged()