Searched refs:CheckLayoutConstraintChanged (Results 1 – 3 of 3) sorted by relevance
461 bool CheckLayoutConstraintChanged(const RefPtr<LayoutWrapper>& layoutWrapper) const;
221 return CheckLayoutConstraintChanged(layoutWrapper); in CheckNeedMeasure()224 bool ListLayoutAlgorithm::CheckLayoutConstraintChanged(const RefPtr<LayoutWrapper>& layoutWrapper) … in CheckLayoutConstraintChanged() function in OHOS::Ace::NG::ListLayoutAlgorithm1989 if (!isGroup && (isDirty || CheckLayoutConstraintChanged(wrapper))) { in LayoutCachedForward()2035 if (!isGroup && (isDirty || CheckLayoutConstraintChanged(wrapper))) { in LayoutCachedBackward()
583 if (!isGroup && (isDirty || CheckLayoutConstraintChanged(wrapper))) { in CheckACachedItem()