Home
last modified time | relevance | path

Searched refs:touchWidth_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.cpp79 touchRegion_ = activeRect_ + Size(NormalizeToPx(touchWidth_), 0); in SetRectTrickRegion()
86 … Offset(NormalizeToPx(touchWidth_) - NormalizeToPx(normalWidth_) - NormalizeToPx(padding_.Right()), in SetRectTrickRegion()
88 Size(NormalizeToPx(touchWidth_) - NormalizeToPx(normalWidth_), 0); in SetRectTrickRegion()
94 Offset(0.0, NormalizeToPx(touchWidth_) - NormalizeToPx(normalWidth_) in SetRectTrickRegion()
96 auto hotRegionSize = Size(0, NormalizeToPx(touchWidth_) - NormalizeToPx(normalWidth_)); in SetRectTrickRegion()
244 touchWidth_ = scrollBar->GetTouchWidth(); in Reset()
H A Dscroll_bar.h198 touchWidth_ = touchWidth; in SetTouchWidth()
203 return touchWidth_; in GetTouchWidth()
294 Dimension touchWidth_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_theme.h64 theme->touchWidth_ = pattern->GetAttr<Dimension>("scroll_bar_touch_width", 0.0_vp); in ParsePattern()
105 return touchWidth_; in GetTouchWidth()
153 Dimension touchWidth_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h147 touchWidth_ = touchWidth; in SetTouchWidth()
151 return touchWidth_; in GetTouchWidth()
432 Dimension touchWidth_; variable
H A Dscroll_bar.cpp246 touchRegion_ = activeRect_ + Size(NormalizeToPx(touchWidth_), 0); in SetRectTrickRegion()
260 …activeRect_ - Offset(NormalizeToPx(touchWidth_) - barWidth_ - NormalizeToPx(padding_.Right()), 0.0… in SetRectTrickRegion()
261 Size(NormalizeToPx(touchWidth_) - barWidth_, 0); in SetRectTrickRegion()
276 0.0, NormalizeToPx(touchWidth_) - barWidth_ - NormalizeToPx(padding_.Bottom())); in SetRectTrickRegion()
277 auto hotRegionSize = Size(0, NormalizeToPx(touchWidth_) - barWidth_); in SetRectTrickRegion()
901 DumpLog::GetInstance().AddDesc(std::string("touchWidth: ").append(touchWidth_.ToString())); in DumpAdvanceInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp45 scrollBarTheme->touchWidth_ = Dimension(DEFAULT_TOUCH_WIDTH, DimensionUnit::VP); in SetUpTestSuite()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_test_ng.cpp41 scrollBarTheme->touchWidth_ = Dimension(DEFAULT_TOUCH_WIDTH, DimensionUnit::VP); in SetUpTestSuite()