Home
last modified time | relevance | path

Searched refs:movement (Results 1 – 25 of 84) sorted by relevance

1234

/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Dstationary_data.h84 double movement { 0.0 };
89 … status - r.status && action == r.action && (movement - r.movement) < MOVEMENT_THRESHOLD) {
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-imf.md17 | selectByMovementSync(movement: Movement): void | Selects text based on the cursor movement direct…
/ohos5.0/foundation/multimodalinput/input/intention/stationary/data/src/
H A Dstationary_params.cpp90 parcel.WriteDouble(data_.movement) in Marshalling()
105 parcel.ReadDouble(data_.movement); in Unmarshalling()
/ohos5.0/base/msdp/device_status/intention/stationary/data/src/
H A Dstationary_params.cpp90 parcel.WriteDouble(data_.movement) in Marshalling()
105 parcel.ReadDouble(data_.movement); in Unmarshalling()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-click.md15 …tanceThreshold** parameter that specifies the movement threshold for click events. If the finger's…
16 For scenarios where there is no restriction on the finger movement distance during a click, the ori…
29 …ue.<br>Default value: 2^31-1<br>**NOTE**<br>If the finger movement exceeds the preset movement thr…
H A Dts-rendering-control-lazyforeach.md39 | from | number | Yes | Start index of the data before movement.|
40 | to | number | Yes | Target index of the data after movement.|
162 > The ID must remain unchanged before and after data movement. If the ID changes, APIs for deleting…
225 > The ID must remain unchanged before and after data movement. If the ID changes, APIs for deleting…
373 | from | number | Yes | Starting position for the movement. |
374 | to | number | Yes | Destination position for the movement. |
441 | MOVE | move | Data movement.|
H A Dts-gesture-settings.md32 …ic-gestures-pangesture.md) | Pan gesture, which requires a minimum 5 vp movement distance of a fin…
75 …he screen. The velocity is positive if the movement is from left to right, and it is negative if t…
76 …he screen. The velocity is positive if the movement is from top to bottom, and it is negative if t…
H A Dts-basic-gestures-tapgesture.md34 …ed.<br>Default value: 2^31-1<br>**NOTE**<br>If the finger movement exceeds the preset movement thr…
H A Dts-rendering-control-foreach.md42 | from | number | Yes | Start index of the data before movement.|
43 | to | number | Yes | Target index of the data after movement.|
H A Dts-transition-animation-geometrytransition-sys.md23 …ierarchystrategy12) | No | <br>Strategy for the hierarchical position movement of in/out compone…
26 Enumerates the strategies for the hierarchical position movement of in/out components in the compon…
H A Dts-universal-attributes-menu.md21 > - Since API version 12, the pressed state of the menu follows finger movement.
127movement relative to the parent component, and a positive value of **y** indicates upward movement
H A Dts-uigestureevent.md297 Invoked during the movement of a pan gesture.
307 …s-gesture-settings.md#gestureevent)> | Yes| Callback invoked during the movement of a pan gesture.…
472 Invoked during the movement of a pinch gesture.
482 …s-gesture-settings.md#gestureevent)> | Yes| Callback invoked during the movement of a pinch gestur…
592 Invoked during the movement of the rotation gesture.
602 …s-gesture-settings.md#gestureevent)> | Yes| Callback invoked during the movement of the rotation g…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_base.h39 float movement = 0.0f; member
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-imf.md17 | selectByMovementSync(movement: Movement): void | 根据光标移动方向选中文本 |
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp430 napi_value movement = nullptr; in CreateSelectMovement() local
431 napi_create_object(env, &movement); in CreateSelectMovement()
435 napi_set_named_property(env, movement, "direction", value); in CreateSelectMovement()
437 return movement; in CreateSelectMovement()
762 napi_value movement = CreateSelectMovement(env, entry->direction); in OnSelectByMovement() local
763 if (movement == nullptr) { in OnSelectByMovement()
768 args[0] = movement; in OnSelectByMovement()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-building-ui-layout-text.md44 …ht during the transition and fusion of ice and water. At the instant of movement and stillness, so…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-curve-overview.md5 …her they model the real world. Compared with the traditional curve, the movement trajectory genera…
H A Dui-js-building-ui-layout-text.md44 …ht during the transition and fusion of ice and water. At the instant of movement and stillness, so…
H A Darkts-gesture-events-gesture-judge.md182 …trol the recognizer's enabled state based on the current component state and direction of movement.
214 … the enabled state of the gesture recognizers based on the current component state during movement.
321 …trol the recognizer's enabled state based on the current component state and direction of movement.
348 … the enabled state of the gesture recognizers based on the current component state during movement.
/ohos5.0/base/location/services/location_locator/locator/
H A DBUILD.gn154 external_deps += [ "movement:movement_client" ]
267 external_deps += [ "movement:movement_client" ]
/ohos5.0/docs/en/design/ux-design/
H A Danimation-attributes.md27 …s place within a certain range, and a small range movement takes less time than a full-screen move…
36 …ject speed up or slow down, rather than moving at a constant speed. The movement of objects in the…
58 …or objects that remain within the users' line of sight before and after movement, to create realis…
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A DBUILD.gn67 external_deps += [ "movement:movement_client" ]
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/
H A DBUILD.gn124 external_deps += [ "movement:movement_client" ]
264 external_deps += [ "movement:movement_client" ]
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedcommonevent_fuzzer/
H A DBUILD.gn74 external_deps += [ "movement:movement_client" ]
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
H A DBUILD.gn74 external_deps += [ "movement:movement_client" ]

1234