Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_element.cpp33 int32_t index = renderIndexer->GetFocusIndex(); in IndexMoveUp()
60 int32_t index = renderIndexer->GetFocusIndex(); in IndexMoveDown()
91 int32_t index = renderIndexer->GetFocusIndex(); in OnKeyEvent()
H A Drender_indexer.h83 int32_t GetFocusIndex() const in GetFocusIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_element.cpp34 int32_t index = renderIndexer->GetFocusIndex(); in OnKeyEvent()
H A Drender_indexer.h82 int32_t GetFocusIndex() const in GetFocusIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.h72 int32_t GetFocusIndex() const in GetFocusIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dindexer_composed_element.cpp230 auto selected = render->GetFocusIndex(); in GetIndexSelected()