Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp692 int32_t focusedChildIndex = indicator_ ? index_ + 1 : index_; in OnPaintFinish() local
693 auto focusedItem = GetChildByIndex(focusedChildIndex); in OnPaintFinish()