Lines Matching refs:press
3 **LongPressGesture** is used to trigger a long press gesture, which requires one or more fingers wi…
14 …press gesture. In components that support drag actions by default, such as **Text**, **TextInput**…
16 If the minimum duration of the long press gesture is less than 500 ms, the long press gesture recei…
18 …ion of the long press gesture is greater than or equal to 500 ms, the drag action receives a highe…
26 | fingers | number | No| Minimum number of fingers to trigger a long press gesture. The value range…
35 …](ts-gesture-settings.md#gestureevent)) => void) | Invoked when a long press gesture is recogni…
36 …ent)) => void) | Invoked when the last finger is lifted after the long press gesture is recogni…
37 … void) | Invoked when a tap cancellation event is received after the long press gesture is recogni…
43 | tag<sup>11+</sup> | string | Tag for the long press gesture. It is used to distinguish the ges…
44 …esture-settings.md#sourcetool9)> | Allowed event input types for the long press gesture.<br>**Atom…
49 This example demonstrates the recognition of a long press gesture using **TapGesture**.
70 // Triggered when the long press gesture ends.