Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_scroll_ffi.cpp36 const std::vector<ScrollAlign> SCROLL_ALIGN_LIST = { ScrollAlign::START, ScrollAlign::CENTER, Scrol… variable
112 controller_->ScrollToIndex(index, smooth, SCROLL_ALIGN_LIST[align]); in ScrollToIndex()