Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.h237 void AddIndexerStateQueryCallback(const IndexerRotation& callback) in AddIndexerStateQueryCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp151 controller_->AddIndexerStateQueryCallback([weakIndex = AceType::WeakClaim(this)]() { in Update()