Home
last modified time | relevance | path

Searched defs:initPosition (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
Dfriction_motion.cpp30 FrictionMotion::FrictionMotion(double friction, double initPosition, double initVelocity, double th… in FrictionMotion()
35 void FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double thresh… in Reset()
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dlist_creator.cpp69 double initPosition = componentJson.GetValue(LIST_POSITION)->GetDouble(); in CreateFromJson() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp1271 const int32_t initPosition = 5; in SetDefaultTransform() local