Searched refs:GetNextIndex (Results 1 – 11 of 11) sorted by relevance
192 int32_t newIndex = IsRightToLeft() ? (scrollOffset_ < 0.0 ? GetPrevIndex() : GetNextIndex()) in HandleDragUpdate()193 : (scrollOffset_ > 0.0 ? GetPrevIndex() : GetNextIndex()); in HandleDragUpdate()206 int32_t newIndex = IsRightToLeft() ? (scrollOffset_ < 0.0 ? GetPrevIndex() : GetNextIndex()) in HandleDragEnd()207 : (scrollOffset_ > 0.0 ? GetPrevIndex() : GetNextIndex()); in HandleDragEnd()375 int32_t newIndex = IsRightToLeft() ? (newDragOffset < 0.0 ? GetPrevIndex() : GetNextIndex()) in UpdateScrollPosition()376 : (newDragOffset > 0.0 ? GetPrevIndex() : GetNextIndex()); in UpdateScrollPosition()444 inline int32_t RenderTabContent::GetNextIndex() const in GetNextIndex() function in OHOS::Ace::RenderTabContent
202 int32_t GetNextIndex() const;
118 int32_t nextIndex = GetNextIndex(index); in SetShowingIndex()121 nextIndex = GetNextIndex(nextIndex); in SetShowingIndex()263 int32_t nextIndex = GetNextIndex(nowImageIndex_); in OnDirtyLayoutWrapperSwap()266 nextIndex = GetNextIndex(nextIndex); in OnDirtyLayoutWrapperSwap()470 int32_t ImageAnimatorPattern::GetNextIndex(int32_t preIndex) in GetNextIndex() function in OHOS::Ace::NG::ImageAnimatorPattern
156 int32_t GetNextIndex(int32_t preIndex);
1084 fromIndex = GetNextIndex(); in MoveItems()1090 toIndex = GetNextIndex(); in MoveItems()1106 toIndex = GetNextIndex(); in MoveItems()1455 int32_t nextIndex = GetNextIndex(index); in UpdateItemOpacity()1515 int32_t RenderSwiper::GetNextIndex() const in GetNextIndex() function in OHOS::Ace::RenderSwiper1517 return GetNextIndex(currentIndex_); in GetNextIndex()1522 return GetNextIndex(targetIndex_); in GetNextIndexOnAnimation()1556 index = GetNextIndex(); in ShowPrevious()1580 index = GetNextIndex(); in ShowNext()1788 nextIndex = GetNextIndex(); in Tick()[all …]
483 int32_t GetNextIndex() const;485 int32_t GetNextIndex(int32_t index) const;
175 int32_t GetNextIndex() const;
670 int32_t RenderStepper::GetNextIndex() const in GetNextIndex() function in OHOS::Ace::RenderStepper696 int32_t toIndex = GetNextIndex(); in StepperNext()
627 int32_t nextIndex = GetNextIndex(nowImageIndex_); in OnDirtyLayoutWrapperSwap()630 nextIndex = GetNextIndex(nextIndex); in OnDirtyLayoutWrapperSwap()1818 int32_t nextIndex = GetNextIndex(index); in SetShowingIndex()1821 nextIndex = GetNextIndex(nextIndex); in SetShowingIndex()1963 int32_t ImagePattern::GetNextIndex(int32_t preIndex) in GetNextIndex() function in OHOS::Ace::NG::ImagePattern
483 int32_t GetNextIndex(int32_t preIndex);
1215 EXPECT_EQ(imageAnimatorPattern->GetNextIndex(0), 0);1216 EXPECT_EQ(imageAnimatorPattern->GetNextIndex(1), 0);