Lines Matching refs:press
4 The ArkUI development framework provides tap, drag, swipe, long press, pinch, and rotation gestures…
28 2. Create a single-finger long-press gesture with a 1-second activation threshold.
33 // Create a long press gesture.
69 - Long press gesture
70 …Triggers a callback on long press, set by the number of fingers, hold-down time in milliseconds, a…
110 The following demonstrates how to create a combined gesture that recognizes a long press followed b…
139 // Create a long press gesture.
146 // Set a callback for the long press gesture.
177 // Add the long press gesture to the gesture group.
228 // Add the swipe press gesture to the gesture group.
245 The following demonstrates how to create a combined gesture that recognizes long press and swipe ge…
276 // Create a long press gesture.
283 // Set a callback for the long press gesture.
315 // Add the long press gesture to the gesture group.
366 // Add the swipe press gesture to the gesture group.
452 // Add the pan press gesture to the gesture group.
502 // Add the pinch press gesture to the gesture group.
550 …lly effective long press gesture is intercepted. Consequently, long pressing the **Column** node w…