Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.cpp57blockHotWidth_ = GreatNotEqual(scaleValue_, 0) ? slider->GetBlock()->GetHotRegionWidth() * scaleVa… in Update()
154 double hotRegionWidth = NormalizeToPx(blockHotWidth_); in ProcessBlock()
174 double hotRegionWidth = NormalizeToPx(blockHotWidth_); in ProcessTrack()
216 … Offset(-tipLayoutWidth - HALF * (NormalizeToPx(blockHotWidth_) - NormalizeToPx(hotWidth_)), in SetTipPosition()
222 (NormalizeToPx(blockHotWidth_) - NormalizeToPx(hotWidth_)))); in SetTipPosition()
H A Drender_slider.cpp667 … GetTopTouchRegion(blockCenter, NormalizeToPx(blockHotWidth_), NormalizeToPx(blockHotHeight_)); in UpdateTouchRegion()
669 … GetBotTouchRegion(blockCenter, NormalizeToPx(blockHotWidth_), NormalizeToPx(blockHotHeight_)); in UpdateTouchRegion()
683 … GetTopTouchRegion(blockCenter, NormalizeToPx(blockHotWidth_), NormalizeToPx(blockHotHeight_)); in UpdateTouchRegion()
685 … GetBotTouchRegion(blockCenter, NormalizeToPx(blockHotWidth_), NormalizeToPx(blockHotHeight_)); in UpdateTouchRegion()
H A Drender_slider.h287 Dimension blockHotWidth_; variable