Home
last modified time | relevance | path

Searched refs:SetIsLazyCreating (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_item_model_impl.cpp65 void ListItemModelImpl::SetIsLazyCreating(bool isLazy) in SetIsLazyCreating() function in OHOS::Ace::Framework::ListItemModelImpl
67 JSViewSetProperty(&V2::ListItemComponent::SetIsLazyCreating, isLazy); in SetIsLazyCreating()
H A Dlist_item_model_impl.h33 void SetIsLazyCreating(bool isLazy) override;
H A Dgrid_item_model_impl.cpp48 itemComponent->SetIsLazyCreating(isLazy); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_model.h41 virtual void SetIsLazyCreating(bool isLazy) = 0;
H A Dlist_item_model_ng.h33 void SetIsLazyCreating(bool isLazy) override {} in SetIsLazyCreating() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h140 void SetIsLazyCreating(const bool isLazy) in SetIsLazyCreating() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_item_component.h117 void SetIsLazyCreating(const bool isLazy) in SetIsLazyCreating() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp132 ListItemModel::GetInstance()->SetIsLazyCreating(isLazy); in CreateForPartialUpdate()