Searched refs:GetItemByIndex (Results 1 – 4 of 4) sorted by relevance
336 auto curFocus = renderList_.GetItemByIndex(index); in focusMove()344 … auto next = renderList_.GetItemByIndex(direction == KeyDirection::UP ? --index : ++index); in focusMove()351 … next = renderList_.GetItemByIndex(direction == KeyDirection::UP ? --index : ++index); in focusMove()357 auto next = renderList_.GetItemByIndex(--index); in focusMove()365 auto next = renderList_.GetItemByIndex(++index); in focusMove()
274 RefPtr<RenderListItem> GetItemByIndex(int32_t index);
413 RefPtr<RenderListItem> RenderList::GetItemByIndex(int32_t index) in GetItemByIndex() function in OHOS::Ace::RenderList
519 … auto next = renderList_.GetItemByIndex(direction == KeyDirection::UP ? --index : ++index); in focusMove()