Home
last modified time | relevance | path

Searched refs:SetVelocityScale (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h82 static void SetVelocityScale(double sVelocityScale);
H A Dscrollable.cpp76 void Scrollable::SetVelocityScale(double sVelocityScale) in SetVelocityScale() function in OHOS::Ace::NG::Scrollable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h80 static void SetVelocityScale(double sVelocityScale);
H A Dscrollable.cpp56 void Scrollable::SetVelocityScale(double sVelocityScale) in SetVelocityScale() function in OHOS::Ace::Scrollable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp365 scrollable->SetVelocityScale(sVelocityScale);
371 scrollable->SetVelocityScale(-1.0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp953 Scrollable::SetVelocityScale(StringUtils::StringToDouble(params[1])); in OnDumpInfo()