Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp28 constexpr double VIEW_PORT_SCALE = 3.0; variable
249 endMainPos_ = startMainPos_ + (viewPortSize * VIEW_PORT_SCALE); in ApplyLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp43 constexpr double VIEW_PORT_SCALE = 1.2; variable
1315 startMainPos_ = (1.0 - VIEW_PORT_SCALE) / 2 * maxMainSize; in ApplyLayoutParam()
1316 endMainPos_ = startMainPos_ + (maxMainSize * VIEW_PORT_SCALE); in ApplyLayoutParam()