Home
last modified time | relevance | path

Searched defs:TabIndexNodeList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h34 using TabIndexNodeList = std::list<std::pair<int32_t, WeakPtr<FocusNode>>>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h34 using TabIndexNodeList = std::list<std::pair<int32_t, WeakPtr<FocusHub>>>; variable