Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dlayout_info_test.cpp549 EXPECT_FALSE(info.IsOutOfEnd(0.0f, false));
552 EXPECT_TRUE(info.IsOutOfEnd(0.0f, false));
555 EXPECT_FALSE(info.IsOutOfEnd(0.0f, false));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h101 bool IsOutOfEnd(float mainGap, bool irregular) const;
H A Dgrid_layout_info.cpp157 bool GridLayoutInfo::IsOutOfEnd(float mainGap, bool irregular) const in IsOutOfEnd() 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.h672 bool IsOutOfEnd(float mainOffset = 0.0f) const;
H A Dswiper_pattern.cpp3705 bool SwiperPattern::IsOutOfEnd(float mainOffset) const in IsOutOfEnd() function in OHOS::Ace::NG::SwiperPattern
5094 if ((IsOutOfStart(offset) && Positive(offset)) || (IsOutOfEnd(offset) && Negative(offset))) { in HandleScrollSelfFirst()