Searched refs:COMPONENT_NESTING_DEPTH (Results 1 – 2 of 2) sorted by relevance
31 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()
555 static constexpr uint8_t COMPONENT_NESTING_DEPTH = 64; variable