Home
last modified time | relevance | path

Searched refs:GetMutableLane (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.h213 Lane* GetMutableLane(int32_t itemIdx);
H A Dwater_flow_layout_sw.cpp495 auto* lane = info_->GetMutableLane(i); in ClearBack()
513 auto* lane = info_->GetMutableLane(i); in ClearFront()
H A Dwater_flow_layout_info_sw.cpp782 Lane* WaterFlowLayoutInfoSW::GetMutableLane(int32_t itemIdx) in GetMutableLane() function in OHOS::Ace::NG::WaterFlowLayoutInfoSW