Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp45 constexpr double API11_FRICTION = 0.7; variable
100 …ntainer::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_ELEVEN) ? API11_FRICTION : FRICTION; in Scrollable()
108 …ntainer::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_ELEVEN) ? API11_FRICTION : FRICTION; in Scrollable()
116 …ntainer::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_ELEVEN) ? API11_FRICTION : FRICTION; in Scrollable()
H A Dscrollable_pattern.h49 constexpr double API11_FRICTION = 0.7; variable
H A Dscrollable_pattern.cpp62 …ntainer::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_ELEVEN) ? API11_FRICTION : FRICTION; in ScrollablePattern()
69 …ntainer::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_ELEVEN) ? API11_FRICTION : FRICTION; in ScrollablePattern()
1147 …ntainer::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_ELEVEN) ? API11_FRICTION : FRICTION; in SetFriction()