Home
last modified time | relevance | path

Searched refs:GetMotionType (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dmotion.h32 virtual std::string GetMotionType() const in GetMotionType() function in OHOS::Ace::Motion
H A Dselect_motion.h44 std::string GetMotionType() const override
H A Dfriction_motion.h48 std::string GetMotionType() const override;
H A Dvelocity_motion.h59 std::string GetMotionType() const override
H A Dbezier_variable_velocity_motion.h76 std::string GetMotionType() const override
H A Dspring_motion.h55 std::string GetMotionType() const override;
H A Dspring_motion.cpp107 std::string SpringMotion::GetMotionType() const in GetMotionType() function in OHOS::Ace::SpringMotion
H A Dfriction_motion.cpp129 std::string FrictionMotion::GetMotionType() const in GetMotionType() function in OHOS::Ace::FrictionMotion
H A Danimator.cpp472 if (motion_->GetMotionType() == "friction") { in Resume()
474 } else if (motion_->GetMotionType() == "spring") { in Resume()
714 if (motion_->GetMotionType() == "friction") { in StartInner()
716 } else if (motion_->GetMotionType() == "spring") { in StartInner()

Completed in 6 milliseconds