/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity.h | 80 double GetVelocityY() const in GetVelocityY() function
|
H A D | velocity_tracker.h | 118 return velocity_.GetVelocityY(); in GetMainAxisVelocity()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_pan_function.cpp | 60 velocityInfoObj->SetProperty<double>("y", velocityLocation.GetVelocityY()); in Execute()
|
H A D | js_drag_function.h | 60 void GetVelocityY(const JSCallbackInfo& args);
|
H A D | js_drag_function.cpp | 128 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 D | js_gesture_function.cpp | 60 "velocityY", PipelineBase::Px2VpWithCurrentDensity(info.GetVelocity().GetVelocityY())); in CreateGestureEvent()
|
H A D | js_gesture_judge_function.cpp | 135 …"velocityY", PipelineBase::Px2VpWithCurrentDensity(panGestureEvent->GetVelocity().GetVelocityY())); in SetUniqueAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_overscroll.cpp | 111 auto velocity = std::abs(velocityTracker_.GetVelocity().GetVelocityY()) * damping; in ShouldStartRebound()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/ |
H A D | timepicker_haptic_controller.cpp | 217 double velocityInPixels = velocityTracker_.GetVelocity().GetVelocityY(); in GetCurrentSpeedInMm()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 261 ret.velocityY = info.GetVelocity().GetVelocityY(); in GetGestureEvent() 330 ret->velocityY = panGestureEvent->GetVelocity().GetVelocityY(); in GetUniqueGestureEvent()
|
H A D | node_drag_modifier.cpp | 102 event.dragEvent.velocityY = info->GetVelocity().GetVelocityY(); in SetDragEventProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_pattern.cpp | 528 … 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 D | ui_observer_listener.cpp | 487 … 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 D | web_pattern.cpp | 872 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 D | arkts_native_common_bridge.cpp | 6141 … panda::NumberRef::New(vm, panGestureEvent->GetVelocity().GetVelocityY() / density), in SetUniqueAttributes() 6526 panda::NumberRef::New(vm, info.GetVelocity().GetVelocityY() / density), in CreateCommonGestureEventInfo()
|