Searched refs:shouldBuiltInRecognizerParallelWith (Results 1 – 8 of 8) sorted by relevance
148 |[shouldBuiltInRecognizerParallelWith](../reference/apis-arkui/arkui-ts/ts-gesture-blocking-enhance…154 1. 使用shouldBuiltInRecognizerParallelWith接口设置外部Scroll组件的PanGesture手势,与内部Scroll组件的PanGesture手势并行。157 ….shouldBuiltInRecognizerParallelWith((current: GestureRecognizer, others: Array<GestureRecognizer>…301 ….shouldBuiltInRecognizerParallelWith((current: GestureRecognizer, others: Array<GestureRecognizer>…
9 ## shouldBuiltInRecognizerParallelWith section11 shouldBuiltInRecognizerParallelWith(callback: ShouldBuiltInRecognizerParallelWithCallback): T408 ….shouldBuiltInRecognizerParallelWith((current: GestureRecognizer, others: Array<GestureRecognizer>…
84 …zeChange、onGestureJudgeBegin、onGestureRecognizerJudgeBegin、shouldBuiltInRecognizerParallelWith。不支持…
148 |[shouldBuiltInRecognizerParallelWith](../reference/apis-arkui/arkui-ts/ts-gesture-blocking-enhance…154 1. Use the **shouldBuiltInRecognizerParallelWith** API to set the **PanGesture** of the outer **Scr…157 ….shouldBuiltInRecognizerParallelWith((current: GestureRecognizer, others: Array<GestureRecognizer>…301 ….shouldBuiltInRecognizerParallelWith((current: GestureRecognizer, others: Array<GestureRecognizer>…
9 ## shouldBuiltInRecognizerParallelWith section11 shouldBuiltInRecognizerParallelWith(callback: ShouldBuiltInRecognizerParallelWithCallback): T346 …ple demonstrates how to implement nested scrolling using **shouldBuiltInRecognizerParallelWith** a…408 ….shouldBuiltInRecognizerParallelWith((current: GestureRecognizer, others: Array<GestureRecognizer>…
84 …tureJudgeBegin**, **onGestureRecognizerJudgeBegin**, and **shouldBuiltInRecognizerParallelWith**. …
3365 …shouldBuiltInRecognizerParallelWith(callback: (current: GestureRecognizer, others: Array<GestureRe…
3262 shouldBuiltInRecognizerParallelWith(callback) { method in ArkComponent