Home
last modified time | relevance | path

Searched refs:CheckNeedForceMeasureAndLayout (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp200 if (!CheckNeedForceMeasureAndLayout()) { in Measure()
276 bool LayoutWrapperNode::CheckNeedForceMeasureAndLayout() in CheckNeedForceMeasureAndLayout() function in OHOS::Ace::NG::LayoutWrapperNode
291 …begin(), children_.end(), [](const auto& item) { return item->CheckNeedForceMeasureAndLayout(); }); in CheckNeedForceMeasureAndLayout()
298 …begin(), children_.end(), [](const auto& item) { return item->CheckNeedForceMeasureAndLayout(); }); in CheckChildNeedForceMeasureAndLayout()
H A Dlayout_wrapper_node.h215 bool CheckNeedForceMeasureAndLayout() override;
H A Dlayout_wrapper.h200 virtual bool CheckNeedForceMeasureAndLayout() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp280 if (!node || (!node->IsLayoutDirtyMarked() && !node->CheckNeedForceMeasureAndLayout())) { in FlushAllSingleNodeTasks()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_wrapper_test_ng.cpp1237 bool retCheck = layoutWrapper->CheckNeedForceMeasureAndLayout();
1244 retCheck = layoutWrapper->CheckNeedForceMeasureAndLayout();
1265 bool retCheck = layoutWrapper->CheckNeedForceMeasureAndLayout();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp218 if (layoutWrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(layoutWrapper)) { in CheckNeedMeasure()
1522 if (expandSafeArea_ || wrapper->CheckNeedForceMeasureAndLayout()) { in Layout()
1956 if (groupNode->CheckNeedForceMeasureAndLayout()) { in GetLayoutGroupCachedCount()
1988 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in LayoutCachedForward()
2034 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in LayoutCachedBackward()
H A Dlist_item_group_layout_algorithm.cpp222 if (layoutWrapper->CheckNeedForceMeasureAndLayout()) { in CheckNeedMeasure()
1097 if (wrapper->CheckNeedForceMeasureAndLayout()) { in LayoutListItem()
1480 if (wrapper->CheckNeedForceMeasureAndLayout()) { in LayoutCacheItem()
H A Dlist_item_drag_manager.cpp415 if (list->CheckNeedForceMeasureAndLayout()) { in HandleSwapAnimation()
H A Dlist_lanes_layout_algorithm.cpp582 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in CheckACachedItem()
H A Dlist_item_group_pattern.cpp556 if (itemTotalCount_ == -1 || host->CheckNeedForceMeasureAndLayout()) { in UpdateCachedIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp287 || wrapper->CheckNeedForceMeasureAndLayout(); in Layout()
1664 if (expandSafeArea_ || layoutWrapper->CheckNeedForceMeasureAndLayout()) { in CheckNeedMeasure()
1867 if (!itemWrapper || itemWrapper->CheckNeedForceMeasureAndLayout()) { in FillNewCacheLineBackward()
1918 if (!itemWrapper || itemWrapper->CheckNeedForceMeasureAndLayout()) { in FillNewCacheLineBackward()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp263 if (wrapper->CheckNeedForceMeasureAndLayout()) { in Layout()
H A Dwater_flow_segmented_layout.cpp515 if (wrapper->CheckNeedForceMeasureAndLayout()) { in LayoutItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp448 if (child->CheckNeedForceMeasureAndLayout()) { in LayoutChildren()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp733 if (child->CheckNeedForceMeasureAndLayout()) { in LayoutSection()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h830 bool CheckNeedForceMeasureAndLayout() override;
H A Dframe_node.cpp4073 if (!CheckNeedForceMeasureAndLayout()) { in Measure()
4520 bool FrameNode::CheckNeedForceMeasureAndLayout() in CheckNeedForceMeasureAndLayout() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp959 if (isInitialized_ && !host->CheckNeedForceMeasureAndLayout()) { in SetScrollBar()