Searched refs:DEFAULT_SPEED (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 38 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 D | component_test_tester_impl.cpp | 200 speed = DEFAULT_SPEED; in FlingImpl()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 52 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 D | js_particle.cpp | 53 constexpr float DEFAULT_SPEED = 0.0f; member 657 ParseFloatOption(speedObject, speedOption, DEFAULT_SPEED, MIN_SPEED, MAX_SPEED); in ParseParticleAcceleration()
|
Completed in 6 milliseconds