Home
last modified time | relevance | path

Searched refs:needInvalidate (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dgrid_layout.h87 * @param needInvalidate Specifies whether to refresh the invalidated area after the layout is complete.
93 void LayoutChildren(bool needInvalidate = false) override;
H A Dflex_layout.h107 * @param needInvalidate Specifies whether to refresh the invalidated area after the layout is complete.
113 void LayoutChildren(bool needInvalidate = false) override;
/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp19 void GridLayout::LayoutChildren(bool needInvalidate) in LayoutChildren() argument
44 if (needInvalidate) { in LayoutChildren()
H A Dflex_layout.cpp19 void FlexLayout::LayoutChildren(bool needInvalidate) in LayoutChildren() argument
30 if (needInvalidate) { in LayoutChildren()

Completed in 3 milliseconds