Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.h84 return focusedIndex_; in GetFocusIndex()
89 focusedIndex_ = index; in SetFocusIndex()
132 int32_t focusedIndex_ = -1; // focused index variable
H A Drender_indexer.cpp282 auto focusedNode = GetSpecificItem(focusedIndex_); in TouchTest()