Home
last modified time | relevance | path

Searched refs:DEFAULT_SPEED (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.h38 constexpr uint32_t DEFAULT_SPEED = 600; member
241 MoveAction(const NG::PointF from, const NG::PointF to, const TouchType touchType, uint32_t speed = DEFAULT_SPEED, in MoveAction() argument
244 speed_((speed < MIN_SPEED || speed > MAX_SPEED) ? DEFAULT_SPEED : speed), in MoveAction()
282 : speed_((speed < MIN_SPEED || speed > MAX_SPEED) ? DEFAULT_SPEED : speed), deltaY_(deltaY) {}; in ScrollToAction()
H A Dcomponent_test_tester_impl.cpp200 speed = DEFAULT_SPEED; in FlingImpl()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp52 constexpr int32_t DEFAULT_SPEED { 7 };
79 int32_t MouseTransformProcessor::globalPointerSpeed_ = DEFAULT_SPEED;
772 int32_t speed = PREFERENCES_MGR->GetIntValue(name, DEFAULT_SPEED); in GetPointerSpeed()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp53 constexpr float DEFAULT_SPEED = 0.0f; member
657 ParseFloatOption(speedObject, speedOption, DEFAULT_SPEED, MIN_SPEED, MAX_SPEED); in ParseParticleAcceleration()

Completed in 6 milliseconds