Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.cpp124 int32_t nextFocusIndex = GetNextFocusIndex(vertical, reverse); in RequestNextFocus()
151 int32_t ListItemGroupElement::GetNextFocusIndex(bool vertical, bool reverse) in GetNextFocusIndex() function in OHOS::Ace::ListItemGroupElement
153 …int32_t nextFocusIndex = renderItemGroup_->GetNextFocusIndex(GetItemGroupFocusIndex(), vertical, r… in GetNextFocusIndex()
H A Dlist_item_group_element.h46 int32_t GetNextFocusIndex(bool vertical, bool reverse);
H A Drender_list_item_group.h47 int32_t GetNextFocusIndex(int32_t lastFocusIndex, bool vertical, bool reverse);
H A Drender_list_item_group.cpp679 int32_t RenderListItemGroup::GetNextFocusIndex(int32_t lastFocusIndex, bool vertical, bool reverse) in GetNextFocusIndex() function in OHOS::Ace::RenderListItemGroup