Home
last modified time | relevance | path

Searched refs:Parallel (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-gesture-events-combined-gestures.md103 并行识别组合手势对应的GestureMode为Parallel。并行识别组合手势中注册的手势将同时进行识别,直到所有手势识别结束。并行识别手势组合中的手势进行识别时互不影响。
117 …Text('Parallel gesture\n' + 'tapGesture count is 1:' + this.count1 + '\ntapGesture count is 2:' + …
124 GestureGroup(GestureMode.Parallel,
H A Darkts-gesture-events-gesture-judge.md44 .gesture(GestureGroup(GestureMode.Parallel,
102 .gesture(GestureGroup(GestureMode.Parallel,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_referee.cpp36 case GesturePriority::Parallel: in AddMember()
66 if (recognizer->GetPriority() == GesturePriority::Parallel) { in DelMember()
82 if (priority == GesturePriority::Parallel) { in HandleGestureDisposal()
213 case GesturePriority::Parallel: in GetMembersByRecognizer()
H A Dgesture_info.h76 Parallel, enumerator
90 Parallel, enumerator
H A Dgesture_group.cpp42 case GestureMode::Parallel: in CreateRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_group.cpp42 case GestureMode::Parallel: in CreateRecognizer()
116 return AceType::MakeRefPtr<GestureGroup>(GestureMode::Parallel); in MakeGesture()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-arkui.md504 .parallelGesture(GestureGroup(GestureMode.Parallel,
525 .parallelGesture(GestureGroup(GestureMode.Parallel,
597 .parallelGesture(GestureGroup(GestureMode.Parallel,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/
H A DmainPageTitle.ets98 GestureGroup(GestureMode.Parallel ,
149 console.log('Parallel gesture canceled')
H A DpageTitle.ets117 GestureGroup(GestureMode.Parallel ,
168 console.log('Parallel gesture canceled')
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-gesture-events-combined-gestures.md101 ## Parallel Recognition
103 For parallel recognition, the value of **GestureMode** is **Parallel**. In this gesture recognition…
117 …Text('Parallel gesture\n' + 'tapGesture count is 1:' + this.count1 + '\ntapGesture count is 2:' + …
124 GestureGroup(GestureMode.Parallel,
H A Darkts-gesture-events-gesture-judge.md44 .gesture(GestureGroup(GestureMode.Parallel,
102 .gesture(GestureGroup(GestureMode.Parallel,
140 3. Parallel gesture configuration: This step is optional. A typical use case is to set the scroll g…
H A Darkts-gesture-events-binding.md85 ## parallelGesture (Parallel Gesture Binding Method)
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DmainPageTitle.ets99 GestureGroup(GestureMode.Parallel ,
150 console.log(TAG , 'Parallel gesture canceled')
H A Dp2pTitleBar.ets120 GestureGroup(GestureMode.Parallel ,
171 console.log(TAG , 'Parallel gesture canceled')
H A DpageTitle.ets119 GestureGroup(GestureMode.Parallel ,
170 console.log(TAG , 'Parallel gesture canceled')
H A DtitleBar.ets122 GestureGroup(GestureMode.Parallel ,
173 console.log(TAG , 'Parallel gesture canceled')
/ohos5.0/docs/zh-cn/third-party-cases/
H A Doverall-and-part-refresh.md152 GestureGroup(GestureMode.Parallel,
241 GestureGroup(GestureMode.Parallel,
418 GestureGroup(GestureMode.Parallel,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dparallel_recognizer.h52 return GestureMode::Parallel; in GetGestureMode()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-combined-gestures.md29 | Parallel | Parallel recognition. Registered gestures are recognized concurrently until all gestu…
/ohos5.0/commonlibrary/rust/ylong_runtime/
H A DREADME_zh.md32 - `Parallel Calculation`:并行计算功能,支持将用户数据自动拆分为多个小任务并行处理,用户可以在异步上下文对任务的处理结果进行异步等待;
H A DREADME.md32 - `Parallel Calculation`: Parallel computing function, which supports automatic splitting of user d…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-combined-gestures.md29 | Parallel | 并发识别,注册的手势同时识别,直到所有手势识别结束,手势识别互相不影响。 |
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc_slr.h128 …static void Parallel(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gesture_ffi.cpp52 GesturePriority::Parallel };
56 const std::vector<GestureMode> GROUP_GESTURE_MODE = { GestureMode::Sequence, GestureMode::Parallel,
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-arkui.md514 .parallelGesture(GestureGroup(GestureMode.Parallel,
535 .parallelGesture(GestureGroup(GestureMode.Parallel,
607 .parallelGesture(GestureGroup(GestureMode.Parallel,

12