Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.h51 return scrollY_; in GetScrollY()
67 double scrollY_ = 0.0; variable
H A Dscroll_position_controller.cpp23 …: BaseEventInfo("scroll"), type_(type), scrollX_(scrollX), scrollY_(scrollY), scrollState_(scrollS… in ScrollEventInfo()
41 .append(std::to_string(scrollY_)) in ToJSONString()