Searched refs:SetIsLazyCreating (Results 1 – 8 of 8) sorted by relevance
65 void ListItemModelImpl::SetIsLazyCreating(bool isLazy) in SetIsLazyCreating() function in OHOS::Ace::Framework::ListItemModelImpl67 JSViewSetProperty(&V2::ListItemComponent::SetIsLazyCreating, isLazy); in SetIsLazyCreating()
33 void SetIsLazyCreating(bool isLazy) override;
48 itemComponent->SetIsLazyCreating(isLazy); in Create()
41 virtual void SetIsLazyCreating(bool isLazy) = 0;
33 void SetIsLazyCreating(bool isLazy) override {} in SetIsLazyCreating() function
140 void SetIsLazyCreating(const bool isLazy) in SetIsLazyCreating() function
117 void SetIsLazyCreating(const bool isLazy) in SetIsLazyCreating() function
132 ListItemModel::GetInstance()->SetIsLazyCreating(isLazy); in CreateForPartialUpdate()