Searched refs:GetVelocityY (Results 1 - 16 of 16) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity.h | 80 double GetVelocityY() const in GetVelocityY() function in OHOS::Ace::final
|
H A D | velocity_tracker.h | 118 return velocity_.GetVelocityY(); in GetMainAxisVelocity()
|
/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_gesture_function.cpp | 60 "velocityY", PipelineBase::Px2VpWithCurrentDensity(info.GetVelocity().GetVelocityY())); in CreateGestureEvent()
|
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 auto jsValue = JSVal(ToJSValue(PipelineBase::Px2VpWithCurrentDensity(dragEvent_->GetVelocity().GetVelocityY()))); in GetVelocityY()
|
H A D | js_gesture_judge_function.cpp | 135 "velocityY", PipelineBase::Px2VpWithCurrentDensity(panGestureEvent->GetVelocity().GetVelocityY())); in SetUniqueAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_overscroll.cpp | 110 auto velocity = std::abs(velocityTracker_.GetVelocity().GetVelocityY()) * damping; in ShouldStartRebound()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/ |
H A D | timepicker_haptic_controller.cpp | 218 double velocityInPixels = velocityTracker_.GetVelocity().GetVelocityY(); in GetCurrentSpeedInMm()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_drag_modifier.cpp | 66 event.dragEvent.velocityY = info->GetVelocity().GetVelocityY(); in SetDragEventProperty()
|
H A D | node_gesture_modifier.cpp | 258 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 D | linear_split_pattern.cpp | 526 SPLIT_DRAG_SCENE, fabs(static_cast<float>(info.GetVelocity().GetVelocityY())), sceneStatus); in UpdateDragFRCSceneInfo()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | ui_observer_listener.cpp | 479 napi_create_double(env_, gestureEventInfo.GetVelocity().GetVelocityY() / scale, &napiVelocityY); in AddGestureEventInfoThree()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/ |
H A D | gestures_test.cpp | 545 ASSERT_EQ(onVelocityTracker.GetMainAxisVelocity(), velocity.GetVelocityY()); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 6068 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 D | web_pattern.cpp | 875 event.GetVelocity().GetVelocityY(), in HandleFlingMove()
|
Completed in 40 milliseconds