Home
last modified time | relevance | path

Searched refs:nestedScrollerArray (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.cpp102 auto nestedScrollerArray = JSRef<JSArray>::Cast(info[0]); in ParseNestedScrollerArray() local
103 auto arraySize = nestedScrollerArray->Length(); in ParseNestedScrollerArray()
105 auto item = nestedScrollerArray->GetValueAt(idx); in ParseNestedScrollerArray()