Home
last modified time | relevance | path

Searched refs:jsNestedScrollInfo (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.cpp109 auto jsNestedScrollInfo = JSRef<JSObject>::Cast(item); in ParseNestedScrollerArray() local
110 auto jsChildScroller = jsNestedScrollInfo->GetProperty("child"); in ParseNestedScrollerArray()
111 auto jsParentScroller = jsNestedScrollInfo->GetProperty("parent"); in ParseNestedScrollerArray()