Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_element.cpp42 renderIndexer->SetFocusIndex(-1); in OnKeyEvent()
53 renderIndexer->SetFocusIndex(index); in OnKeyEvent()
68 renderIndexer->SetFocusIndex(index); in OnKeyEvent()
H A Drender_indexer.h87 void SetFocusIndex(int32_t index) in SetFocusIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_element.cpp40 renderIndexer->SetFocusIndex(-1); in IndexMoveUp()
52 renderIndexer->SetFocusIndex(index); in IndexMoveUp()
75 renderIndexer->SetFocusIndex(index); in IndexMoveDown()
H A Drender_indexer.h88 void SetFocusIndex(int32_t index) in SetFocusIndex() function
H A Dindexer_component.cpp33 renderNode->SetFocusIndex(selectedIndex_); in CreateRenderNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_element.cpp242 list->SetFocusIndex(index); in UpdateFocusIndex()
H A Drender_list.h263 void SetFocusIndex(int32_t focusIndex) in SetFocusIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h121 void SetFocusIndex(int32_t focusIndex) in SetFocusIndex() function