Home
last modified time | relevance | path

Searched refs:scrollMotion (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp454 RefPtr<ScrollMotion> scrollMotion = AceType::MakeRefPtr<ScrollMotion>( in ConstructorCallback() local
456 obj->SetMotion(scrollMotion); in ConstructorCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp2174 auto scrollMotion = variable
2176scrollMotion->AddListener([this](const double& position) { flushEventMock_->SetPositionResult(posi… in __anonf8f9cd0e0402()
2178 controller->PlayMotion(scrollMotion);
2185 EXPECT_FALSE(scrollMotion->IsCompleted());
2188 EXPECT_FALSE(scrollMotion->IsCompleted());