Searched refs:touchWidth_ (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | scroll_bar.cpp | 79 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 D | scroll_bar.h | 198 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 D | scroll_bar_theme.h | 64 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 D | scroll_bar.h | 147 touchWidth_ = touchWidth; in SetTouchWidth() 151 return touchWidth_; in GetTouchWidth() 432 Dimension touchWidth_; variable
|
H A D | scroll_bar.cpp | 246 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 D | scroll_bar_test_ng.cpp | 45 scrollBarTheme->touchWidth_ = Dimension(DEFAULT_TOUCH_WIDTH, DimensionUnit::VP); in SetUpTestSuite()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_test_ng.cpp | 41 scrollBarTheme->touchWidth_ = Dimension(DEFAULT_TOUCH_WIDTH, DimensionUnit::VP); in SetUpTestSuite()
|