Home
last modified time | relevance | path

Searched refs:shouldBuiltInRecognizerParallelWith (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-gesture-events-gesture-judge.md148 |[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>…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-gesture-blocking-enhancement.md9 ## shouldBuiltInRecognizerParallelWith section
11 shouldBuiltInRecognizerParallelWith(callback: ShouldBuiltInRecognizerParallelWithCallback): T
408 ….shouldBuiltInRecognizerParallelWith((current: GestureRecognizer, others: Array<GestureRecognizer>…
H A Dts-universal-attributes-attribute-modifier.md84 …zeChange、onGestureJudgeBegin、onGestureRecognizerJudgeBegin、shouldBuiltInRecognizerParallelWith。不支持…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-gesture-events-gesture-judge.md148 |[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>…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-gesture-blocking-enhancement.md9 ## shouldBuiltInRecognizerParallelWith section
11 shouldBuiltInRecognizerParallelWith(callback: ShouldBuiltInRecognizerParallelWithCallback): T
346 …ple demonstrates how to implement nested scrolling using **shouldBuiltInRecognizerParallelWith** a…
408 ….shouldBuiltInRecognizerParallelWith((current: GestureRecognizer, others: Array<GestureRecognizer>…
H A Dts-universal-attributes-attribute-modifier.md84 …tureJudgeBegin**, **onGestureRecognizerJudgeBegin**, and **shouldBuiltInRecognizerParallelWith**. …
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts3365shouldBuiltInRecognizerParallelWith(callback: (current: GestureRecognizer, others: Array<GestureRe…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3262 shouldBuiltInRecognizerParallelWith(callback) { method in ArkComponent