Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp461 UIView* newView = recycle_.GetView(GetIndexInc(bottomIndex_)); in MoveChildStepVertical()
499 UIView* newView = recycle_.GetView(GetIndexInc(bottomIndex_)); in MoveChildStepHorizontal()
574 bottomIndex_ = GetIndexInc(bottomIndex_); in PushBack()
607 topIndex_ = GetIndexInc(topIndex_); in PopItem()
720 uint16_t UIList::GetIndexInc(uint16_t index) in GetIndexInc() function in OHOS::UIList
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_list.h487 uint16_t GetIndexInc(uint16_t index);