Home
last modified time | relevance | path

Searched refs:SetScrollPositionController (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp38 scrollComponent->SetScrollPositionController(positionController); in Create()
47 component->SetScrollPositionController(AceType::MakeRefPtr<ScrollPositionController>()); in GetOrCreateController()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h85 void SetScrollPositionController(const RefPtr<ScrollPositionController>& positionController) in SetScrollPositionController() function