Searched refs:GetNextFocusIndex (Results 1 – 4 of 4) sorted by relevance
124 int32_t nextFocusIndex = GetNextFocusIndex(vertical, reverse); in RequestNextFocus()151 int32_t ListItemGroupElement::GetNextFocusIndex(bool vertical, bool reverse) in GetNextFocusIndex() function in OHOS::Ace::ListItemGroupElement153 …int32_t nextFocusIndex = renderItemGroup_->GetNextFocusIndex(GetItemGroupFocusIndex(), vertical, r… in GetNextFocusIndex()
46 int32_t GetNextFocusIndex(bool vertical, bool reverse);
47 int32_t GetNextFocusIndex(int32_t lastFocusIndex, bool vertical, bool reverse);
679 int32_t RenderListItemGroup::GetNextFocusIndex(int32_t lastFocusIndex, bool vertical, bool reverse) in GetNextFocusIndex() function in OHOS::Ace::RenderListItemGroup