Searched refs:ClickJudge (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_swipe_test_ng.cpp | 1316 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(10.f, 10.f))); 1317 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(10.f, -10.f))); 1326 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(-10.f, 10.f))); 1327 EXPECT_FALSE(listItemPattern->ClickJudge(PointF(10.f, 10.f))); 1351 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(10.f, 10.f))); 1376 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(10.f, 10.f))); 1377 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(10.f, -10.f))); 1386 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(10.f, 10.f))); 1412 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(-10.f, 10.f))); 1437 EXPECT_TRUE(listItemPattern->ClickJudge(PointF(10.f, 10.f))); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | scrollable_event.cpp | 76 bool clickJudge = event->ClickJudge(localPoint); in CollectTouchTarget()
|
H A D | scrollable_event.h | 167 bool ClickJudge(const PointF& localPoint) const in ClickJudge() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_pattern.h | 211 bool ClickJudge(const PointF& localPoint);
|
H A D | list_item_pattern.cpp | 756 return item->ClickJudge(localPoint); in UpdateClickJudgeCallback() 1178 bool ListItemPattern::ClickJudge(const PointF& localPoint) in ClickJudge() function in OHOS::Ace::NG::ListItemPattern
|