Home
last modified time | relevance | path

Searched refs:GetVelocityY (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity.h80 double GetVelocityY() const in GetVelocityY() function in OHOS::Ace::final
H A Dvelocity_tracker.h118 return velocity_.GetVelocityY(); in GetMainAxisVelocity()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_pan_function.cpp60 velocityInfoObj->SetProperty<double>("y", velocityLocation.GetVelocityY()); in Execute()
H A Djs_drag_function.h60 void GetVelocityY(const JSCallbackInfo& args);
H A Djs_gesture_function.cpp60 "velocityY", PipelineBase::Px2VpWithCurrentDensity(info.GetVelocity().GetVelocityY())); in CreateGestureEvent()
H A Djs_drag_function.cpp128 JSClass<JsDragEvent>::CustomMethod("getVelocityY", &JsDragEvent::GetVelocityY); in JSBind()
347 void JsDragEvent::GetVelocityY(const JSCallbackInfo& args) in GetVelocityY() function in OHOS::Ace::Framework::JsDragEvent
349 auto jsValue = JSVal(ToJSValue(PipelineBase::Px2VpWithCurrentDensity(dragEvent_->GetVelocity().GetVelocityY()))); in GetVelocityY()
H A Djs_gesture_judge_function.cpp135 "velocityY", PipelineBase::Px2VpWithCurrentDensity(panGestureEvent->GetVelocity().GetVelocityY())); in SetUniqueAttributes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_overscroll.cpp110 auto velocity = std::abs(velocityTracker_.GetVelocity().GetVelocityY()) * damping; in ShouldStartRebound()
/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp218 double velocityInPixels = velocityTracker_.GetVelocity().GetVelocityY(); in GetCurrentSpeedInMm()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp66 event.dragEvent.velocityY = info->GetVelocity().GetVelocityY(); in SetDragEventProperty()
H A Dnode_gesture_modifier.cpp258 ret.velocityY = info.GetVelocity().GetVelocityY();
327 ret->velocityY = panGestureEvent->GetVelocity().GetVelocityY(); in GetUniqueGestureEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_pattern.cpp526 SPLIT_DRAG_SCENE, fabs(static_cast<float>(info.GetVelocity().GetVelocityY())), sceneStatus); in UpdateDragFRCSceneInfo()
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp479 napi_create_double(env_, gestureEventInfo.GetVelocity().GetVelocityY() / scale, &napiVelocityY); in AddGestureEventInfoThree()
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H A Dgestures_test.cpp545 ASSERT_EQ(onVelocityTracker.GetMainAxisVelocity(), velocity.GetVelocityY()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6068 panda::NumberRef::New(vm, panGestureEvent->GetVelocity().GetVelocityY() / density), in SetUniqueAttributes()
6445 panda::NumberRef::New(vm, info.GetVelocity().GetVelocityY() / density), in CreateCommonGestureEventInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp875 event.GetVelocity().GetVelocityY(), in HandleFlingMove()

Completed in 40 milliseconds