Home
last modified time | relevance | path

Searched refs:GetVelocityY (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity.h80 double GetVelocityY() const in GetVelocityY() function
H A Dvelocity_tracker.h118 return velocity_.GetVelocityY(); in GetMainAxisVelocity()
/ohos5.0/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_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 … JSVal(ToJSValue(PipelineBase::Px2VpWithCurrentDensity(dragEvent_->GetVelocity().GetVelocityY()))); in GetVelocityY()
H A Djs_gesture_function.cpp60 "velocityY", PipelineBase::Px2VpWithCurrentDensity(info.GetVelocity().GetVelocityY())); in CreateGestureEvent()
H A Djs_gesture_judge_function.cpp135 …"velocityY", PipelineBase::Px2VpWithCurrentDensity(panGestureEvent->GetVelocity().GetVelocityY())); in SetUniqueAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_overscroll.cpp111 auto velocity = std::abs(velocityTracker_.GetVelocity().GetVelocityY()) * damping; in ShouldStartRebound()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp217 double velocityInPixels = velocityTracker_.GetVelocity().GetVelocityY(); in GetCurrentSpeedInMm()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp261 ret.velocityY = info.GetVelocity().GetVelocityY(); in GetGestureEvent()
330 ret->velocityY = panGestureEvent->GetVelocity().GetVelocityY(); in GetUniqueGestureEvent()
H A Dnode_drag_modifier.cpp102 event.dragEvent.velocityY = info->GetVelocity().GetVelocityY(); in SetDragEventProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_pattern.cpp528 … SPLIT_DRAG_SCENE, fabs(static_cast<float>(info.GetVelocity().GetVelocityY())), sceneStatus); in UpdateDragFRCSceneInfo()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp487 … napi_create_double(env_, gestureEventInfo.GetVelocity().GetVelocityY() / scale, &napiVelocityY); in AddGestureEventInfoThree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp872 event.GetVelocity().GetVelocityX(), event.GetVelocity().GetVelocityY()); in HandleFlingMove()
875 event.GetVelocity().GetVelocityY(), in HandleFlingMove()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6141 … panda::NumberRef::New(vm, panGestureEvent->GetVelocity().GetVelocityY() / density), in SetUniqueAttributes()
6526 panda::NumberRef::New(vm, info.GetVelocity().GetVelocityY() / density), in CreateCommonGestureEventInfo()