Home
last modified time | relevance | path

Searched refs:isMinResponseExceed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.h231 bool isMinResponseExceed(const std::optional<Offset>& localLocation);
H A Dslider_pattern.cpp806 if (allowDragEvents_ && isMinResponseExceed(eventLocalLocation_)) { in HandlingGestureStart()
852 if (allowDragEvents_ && isMinResponseExceed(fingerInfo.localLocation_)) { in HandlingGestureEvent()
861 if (allowDragEvents_ && isMinResponseExceed(info.GetLocalLocation())) { in HandlingGestureEvent()
894 bool SliderPattern::isMinResponseExceed(const std::optional<Offset>& localLocation) in isMinResponseExceed() function in OHOS::Ace::NG::SliderPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp1683 EXPECT_TRUE(sliderPattern->isMinResponseExceed(info.GetLocalLocation()));
1691 EXPECT_TRUE(sliderPattern->isMinResponseExceed(info.GetLocalLocation()));
1711 EXPECT_TRUE(sliderPattern->isMinResponseExceed(info.GetLocalLocation()));
1719 EXPECT_TRUE(sliderPattern->isMinResponseExceed(info.GetLocalLocation()));