Home
last modified time | relevance | path

Searched refs:needShrink_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h160 needShrink_ = flag; in SetNeedShrink()
165 return needShrink_; in NeedShrink()
330 bool needShrink_ = false; variable
H A Drender_grid_layout.h444 bool needShrink_ = false; variable
H A Drender_grid_layout.cpp2473 return isDeclarative_ && needShrink_; in CheckNeedShrink()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drosen_render_calendar.h151 bool needShrink_ = false; variable
H A Drosen_render_calendar.cpp228 needShrink_ = true; in PerformLayout()
231 needShrink_ = false; in PerformLayout()
716 if (needShrink_) {