Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_scroll_controller.cpp49 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition() local
50 if (!NearEqual(activeHeight, height)) { in UpdateScrollPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_scroll_controller.cpp47 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition() local
48 if (!NearEqual(height, activeHeight)) { in UpdateScrollPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_scroll_bar_controller.cpp50 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition() local
51 if (!NearEqual(height, activeHeight)) { in UpdateScrollPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_controller.cpp251 double activeHeight = mainSize * mainSize / estimatedHeight; in UpdateScrollPosition() local
252 if (!NearEqual(mainSize, activeHeight)) { in UpdateScrollPosition()
253 double value = offset * (estimatedHeight - mainSize) / (mainSize - activeHeight); in UpdateScrollPosition()