Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h134 float GetOffsetWithLimit(float offset) const override;
H A Dlist_pattern.cpp722 float ListPattern::GetOffsetWithLimit(float offset) const in GetOffsetWithLimit() function in OHOS::Ace::NG::ListPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_layout_test_ng.cpp1028 EXPECT_EQ(pattern_->GetOffsetWithLimit(5.f), 0.f);
1029 EXPECT_EQ(pattern_->GetOffsetWithLimit(0.f), 0.f);
1030 EXPECT_EQ(pattern_->GetOffsetWithLimit(-5.f), -5.f);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_test_ng.cpp1461 auto result = scrollPn->GetOffsetWithLimit(offset);
1485 auto result = scrollPn->GetOffsetWithLimit(offset);
1509 auto result = scrollPn->GetOffsetWithLimit(offset);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h850 virtual float GetOffsetWithLimit(float offset) const;
H A Dscrollable_pattern.cpp1700 offset = pattern->GetOffsetWithLimit(offset); in SelectWithScroll()
1819 float ScrollablePattern::GetOffsetWithLimit(float offset) const in GetOffsetWithLimit() function in OHOS::Ace::NG::ScrollablePattern