Home
last modified time | relevance | path

Searched refs:IsOutOfStart (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h94 bool IsOutOfStart() const;
H A Dgrid_layout_info.cpp152 bool GridLayoutInfo::IsOutOfStart() const in IsOutOfStart() function in OHOS::Ace::NG::GridLayoutInfo
H A Dgrid_pattern.cpp1603 …(gridLayoutInfo_.IsOutOfStart() || gridLayoutInfo_.IsOutOfEnd(GetMainGap(), UseIrregularLayout())); in IsOutOfBoundary()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2389 offset = IsOutOfStart(offset) ? -itemPosition_.begin()->second.startPos in UpdateCurrentOffset()
2428 auto realOffset = IsOutOfStart(offset) ? -itemPosition_.begin()->second.startPos in CheckOverScroll()
2477 UpdateIgnoreBlankOffsetWithDrag(IsOutOfStart(offset)); in FadeOverScroll()
2478 auto realOffset = IsOutOfStart(offset) ? -itemPosition_.begin()->second.startPos in FadeOverScroll()
3626 UpdateIgnoreBlankOffsetWithDrag(IsOutOfStart()); in PlaySpringAnimation()
3691 bool SwiperPattern::IsOutOfStart(float mainOffset) const in IsOutOfStart() function in OHOS::Ace::NG::SwiperPattern
5094 if ((IsOutOfStart(offset) && Positive(offset)) || (IsOutOfEnd(offset) && Negative(offset))) { in HandleScrollSelfFirst()
H A Dswiper_pattern.h671 bool IsOutOfStart(float mainOffset = 0.0f) const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp1885 EXPECT_TRUE(pattern_->IsOutOfStart(offset));
1891 EXPECT_TRUE(pattern_->IsOutOfStart(offset));