Home
last modified time | relevance | path

Searched refs:COMPONENT_NESTING_DEPTH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp31 const constexpr uint8_t VIEW_STACK_DEPTH = COMPONENT_NESTING_DEPTH * 2;
33 const constexpr uint8_t VIEW_STACK_DEPTH = COMPONENT_NESTING_DEPTH;
36 static Rect g_maskStack[COMPONENT_NESTING_DEPTH];
275 if (view->IsViewGroup() && stackCount < COMPONENT_NESTING_DEPTH) { in RemoveViewFromInvalidMap()
500 if (curView->IsViewGroup() && stackCount < COMPONENT_NESTING_DEPTH) { in MeasureView()
685 if ((curView->IsViewGroup()) && (stackCount < COMPONENT_NESTING_DEPTH)) { in Render()
770 if (currentView->IsViewGroup() && stackCount < COMPONENT_NESTING_DEPTH) { in Render()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_config.h555 static constexpr uint8_t COMPONENT_NESTING_DEPTH = 64; variable