Home
last modified time | relevance | path

Searched defs:topElement (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/stage/
Drender_stage.cpp144 auto topElement = *childIter++; in HandleDragUpdate() local
176 auto topElement = *childIter++; in HandleDragStart() local
233 auto topElement = *childIter++; in HandleDragEnd() local
280 auto topElement = *(childIter++); in GetControllers() local
Dstage_element.cpp190 auto topElement = *elementIter; in GetTopPage() local
496 RefPtr<Element> topElement; in PerformPushPage() local
581 auto topElement = *children_.rbegin(); in PerformPopToPage() local
791 auto topElement = *(elementIter++); in OnPostFlush() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_context.cpp1203 auto topElement = stageElement->GetTopPage(); in PopPage() local