Home
last modified time | relevance | path

Searched defs:frictionMotion (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp1947 auto frictionMotion = AceType::MakeRefPtr<FrictionMotion>(0.0, 1.0, 1.0); variable
1974 auto frictionMotion = AceType::MakeRefPtr<FrictionMotion>(1.0, 100.0, 100.0); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp424 …RefPtr<FrictionMotion> frictionMotion = AceType::MakeRefPtr<FrictionMotion>(friction, position, ve… in ConstructorCallback() local