Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp37 static UIView* g_viewStack[VIEW_STACK_DEPTH]; variable
276 g_viewStack[stackCount++] = view; in RemoveViewFromInvalidMap()
284 view = g_viewStack[stackCount]->GetNextRenderSibling(); in RemoveViewFromInvalidMap()
350 g_viewStack[stackCount] = curview; in OptimizeInvalidMap()
356 curview = g_viewStack[--stackCount]; in OptimizeInvalidMap()
501 g_viewStack[stackCount++] = curView; in MeasureView()
509 curView = (g_viewStack[stackCount])->GetNextRenderSibling(); in MeasureView()
690 g_viewStack[stackCount] = curView; in Render()
742 curView = g_viewStack[stackCount]->GetNextRenderSibling(); in Render()
771 g_viewStack[stackCount++] = currentView; in Render()
[all …]