Searched refs:isMinResponseExceed (Results 1 – 3 of 3) sorted by relevance
231 bool isMinResponseExceed(const std::optional<Offset>& localLocation);
806 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
1683 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()));