Searched refs:blockHotWidth_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_slider.cpp | 57 …blockHotWidth_ = 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 D | render_slider.cpp | 667 … 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 D | render_slider.h | 287 Dimension blockHotWidth_; variable
|