Home
last modified time | relevance | path

Searched refs:minAngle_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h302 double minAngle_ = DEFAULT_MINANGLE; variable
H A Dscroll_bar.cpp108 trickSweepAngle_ = std::max(diameter * maxAngle / estimatedHeight, minAngle_); in SetRoundTrickRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h441 double minAngle_ = DEFAULT_MINANGLE; variable
H A Dscroll_bar.cpp302 trickSweepAngle_ = std::max(diameter * maxAngle / estimatedHeight, minAngle_); in SetRoundTrickRegion()