Home
last modified time | relevance | path

Searched refs:GetVelocityValue (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity.h85 double GetVelocityValue() const in GetVelocityValue() function in OHOS::Ace::final
H A Dvelocity_tracker.h114 return velocity_.GetVelocityValue(); in GetMainAxisVelocity()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_function.cpp62 "velocity", PipelineBase::Px2VpWithCurrentDensity(info.GetVelocity().GetVelocityValue())); in CreateGestureEvent()
H A Djs_gesture_judge_function.cpp137 PipelineBase::Px2VpWithCurrentDensity(panGestureEvent->GetVelocity().GetVelocityValue())); in SetUniqueAttributes()
H A Djs_drag_function.cpp357 ToJSValue(PipelineBase::Px2VpWithCurrentDensity(dragEvent_->GetVelocity().GetVelocityValue()))); in GetVelocity()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp67 event.dragEvent.velocity = info->GetVelocity().GetVelocityValue(); in SetDragEventProperty()
H A Dnode_gesture_modifier.cpp259 ret.velocity = info.GetVelocity().GetVelocityValue();
328 ret->velocity = panGestureEvent->GetVelocity().GetVelocityValue(); in GetUniqueGestureEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp930 auto&& func = [](VelocityTracker& tracker) { return tracker.GetVelocity().GetVelocityValue(); }; in GetVelocity()
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp484 napi_create_double(env_, gestureEventInfo.GetVelocity().GetVelocityValue() / scale, &napiVelocity); in AddGestureEventInfoThree()
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H A Dgestures_test.cpp638 ASSERT_EQ(velTracker.GetMainAxisVelocity(), velocity.GetVelocityValue()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6069 panda::NumberRef::New(vm, panGestureEvent->GetVelocity().GetVelocityValue() / density) }; in SetUniqueAttributes()
6446 panda::NumberRef::New(vm, info.GetVelocity().GetVelocityValue() / density), in CreateCommonGestureEventInfo()

Completed in 30 milliseconds