Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_scrollable_processor.cpp79 auto scrollerArray = JSRef<JSArray>::Cast(info[0]); in ParseScrollerArray() local
80 auto arraySize = scrollerArray->Length(); in ParseScrollerArray()
82 auto item = scrollerArray->GetValueAt(idx); in ParseScrollerArray()