Home
last modified time | relevance | path

Searched refs:jsChildScroller (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.cpp110 auto jsChildScroller = jsNestedScrollInfo->GetProperty("child"); in ParseNestedScrollerArray() local
112 if (!jsChildScroller->IsObject() || !jsParentScroller->IsObject()) { in ParseNestedScrollerArray()
115 auto* childScroller = JSRef<JSObject>::Cast(jsChildScroller)->Unwrap<JSScroller>(); in ParseNestedScrollerArray()