/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | pinch_gesture.cpp | 28 double distance = context->NormalizeToPx(Dimension(distance_, DimensionUnit::VP)); in CreateRecognizer() local
|
H A D | pinch_gesture.h | 34 PinchGesture(int32_t fingers, double distance) : Gesture(fingers), distance_(distance) in PinchGesture() argument
|
H A D | pan_gesture.h | 34 PanGesture(int32_t fingers, const PanDirection& direction, double distance) in PanGesture() argument
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | pinch_gesture.cpp | 31 double distance = newContext->NormalizeToPx(Dimension(distance_, DimensionUnit::VP)); in CreateRecognizer() local
|
H A D | pinch_gesture.h | 34 PinchGesture(int32_t fingers, double distance) : Gesture(fingers), distance_(distance) {} in PinchGesture() argument
|
H A D | pan_gesture.cpp | 29 double distance = newContext->NormalizeToPx(Dimension(distance_, DimensionUnit::VP)); in CreateRecognizer() local
|
H A D | pan_gesture.h | 34 PanGesture(int32_t fingers, const PanDirection& direction, double distance) in PanGesture() argument
|
H A D | pinch_recognizer.h | 31 PinchRecognizer(int32_t fingers, double distance) : distance_(distance) in PinchRecognizer() argument
|
H A D | swipe_recognizer.h | 38 explicit SwipeEventInfo(SwipeDirection swipeDirection, float distance) in SwipeEventInfo() argument
|
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_shorten_path.cpp | 25 void ShortenPath(GeometryVertexSequence& vtxSeq, float distance, uint32_t closed = 0) in ShortenPath() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_path.h | 39 bool GetPosTan(float distance, T& pos, float& degrees) const in GetPosTan() argument
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_scroll_view_unit_test.cpp | 143 const uint16_t distance = 10; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_path.cpp | 83 bool RSPath::GetPosTan(float distance, Vector2f& pos, float& degrees) const in GetPosTan() argument 99 bool RSPath::GetPosTan(float distance, Vector4f& pos, float& degrees) const in GetPosTan() argument
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | position.h | 32 void SetDistance(const float distance) in SetDistance() argument
|
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | processing_mouse_device.cpp | 118 uint32_t distance = static_cast<uint32_t>(mouseEvent.distance); in TransformMouseWheelEvent() local 129 uint32_t distance = static_cast<uint32_t>(mouseEvent.distance); in TransformMouseHwheelEvent() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_position.h | 45 void Set(const Vec3& pos, AnimatableFloat distance, bool isAngular) in Set() argument 57 void SetDistance(const AnimatableFloat& distance) in SetDistance() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | pan_event.cpp | 22 PanEventActuator(const WeakPtr<GestureEventHub>& gestureEventHub, PanDirection direction, int32_t fingers, float distance, bool isOverrideDistance) PanEventActuator() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_model.cpp | 72 RefPtr<SpringModel> SpringModel::Build(double distance, double velocity, const RefPtr<SpringProperty>& spring) in Build() argument 94 CriticalDampedModel::CriticalDampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) in CriticalDampedModel() argument 120 OverdampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) OverdampedModel() argument 149 UnderdampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) UnderdampedModel() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | multiple_click_recognizer.h | 59 void SetMaxDistance(const Dimension& distance) in SetMaxDistance() argument
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_node.h | 283 float distance; member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/ |
H A D | rspath_fuzzer.cpp | 104 float distance = GetData<float>();
in DoGetPosTan() local
|
/foundation/multimodalinput/input/service/dfx/test/ |
H A D | dfx_hisysevent_test.cpp | 272 float distance = 10; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.h | 196 float distance = 0.0; variable
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/ |
H A D | scroll_bar_proxy.cpp | 61 void ScrollBarProxy::NotifyScrollableNode(double distance, const WeakPtr<RenderScrollBar>& weakScrollBar) const in NotifyScrollableNode() argument
|
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injector_utils.cpp | 53 auto distance = targetPoint - startPoint; in CalculateNextPosValueWithLinear() local
|