Home
last modified time | relevance | path

Searched defs:parentScroller (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_scrollable_processor.h82 std::optional<WeakPtr<JSScroller>> parentScroller; member
H A Djs_navdestination_scrollable_processor.cpp116 auto* parentScroller = JSRef<JSObject>::Cast(jsParentScroller)->Unwrap<JSScroller>(); in ParseNestedScrollerArray() local
H A Djs_tabs_feature.cpp28 std::optional<WeakPtr<JSScroller>> parentScroller; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js710 bindTabsToNestedScrollable(tabsController, parentScroller, childScroller) { argument
716 unbindTabsFromNestedScrollable(tabsController, parentScroller, childScroller) { argument