Lines Matching refs:parallel
138 … using **PanGesture** with the [parallel gesture binding method](arkts-gesture-events-binding.md#p…
140 …pical use case is to set the scroll gesture of an outer component to be parallel with the scroll g…
148 …ecognizerparallelwith)|Used to set the system's built-in gestures to be parallel with other gestur…
150 …esture-events-binding.md#parallelgesture-parallel-gesture-binding-method)|Allows custom gestures t…
154 …* API to set the **PanGesture** of the outer **Scroll** component to be parallel with the **PanGes…
160 …Type() == GestureControl.GestureType.PAN_GESTURE) { // Identify the recognizer to work in parallel.
162 this.childRecognizer = others[i]; // Save the recognizer to work in parallel.
163 return others[i]; // Return the recognizer to work in parallel with the current one.
178 …o && target.getId() == "inner") { // Identify the recognizer to work in parallel on the response c…
304 …Type() == GestureControl.GestureType.PAN_GESTURE) { // Identify the recognizer to work in parallel.
306 this.childRecognizer = others[i]; // Save the recognizer to work in parallel.
307 return others[i]; // Return the recognizer to work in parallel with the current one.
317 …o && target.getId() == "inner") { // Identify the recognizer to work in parallel on the response c…