Home
last modified time | relevance | path

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