Home
last modified time | relevance | path

Searched refs:ClearLayout (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h102 void ClearLayout(size_t index, bool clearAll = false);
H A Drender_water_flow.cpp412 ClearLayout(0, true); in InitialFlowProp()
663 void RenderWaterFlow::ClearLayout(size_t index, bool clearAll) in ClearLayout() function in OHOS::Ace::V2::RenderWaterFlow
698 ClearLayout(index); in OnDataSourceUpdated()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h98 void ClearLayout(bool needReservedPlace = false);
H A Drender_grid_scroll.cpp1028 void RenderGridScroll::ClearLayout(bool needReservedPlace) in ClearLayout() function in OHOS::Ace::V2::RenderGridScroll
1132 ClearLayout(false); in OnDataSourceUpdated()
1348 ClearLayout(false); in ScrollToIndex()
1606 ClearLayout(false); in ScrollToEdge()