Home
last modified time | relevance | path

Searched refs:GetBotTouchRegion (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.cpp653 TouchRegionPoint RenderSlider::GetBotTouchRegion(const Vertex& center, double width, double height) in GetBotTouchRegion() function in OHOS::Ace::RenderSlider
669GetBotTouchRegion(blockCenter, NormalizeToPx(blockHotWidth_), NormalizeToPx(blockHotHeight_)); in UpdateTouchRegion()
685GetBotTouchRegion(blockCenter, NormalizeToPx(blockHotWidth_), NormalizeToPx(blockHotHeight_)); in UpdateTouchRegion()
H A Drender_slider.h214 static TouchRegionPoint GetBotTouchRegion(const Vertex& center, double width, double height);