/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-hit-test-behavior.md | 3 …hit testing for components. When processing a touch event, ArkUI performs hit testing on the touch… 7 …**Stack** component overlap, hit testing is performed only on the node displayed at the top layer … 13 Sets how the component behaves during hit testing. 23 | value | [HitTestMode](#hittestmode) | Yes| How the component behaves during hit testing.<br>Defau… 29 …d its child nodes respond to the hit test of a touch event, but its sibling nodes are blocked from… 30 …o the hit test of a touch event, but its child nodes and sibling nodes are blocked from the hit te… 31 … child nodes respond to the hit test of a touch event, and its sibling nodes are also considered d… 32 …oes not respond to the hit test of a touch event, but its child node and sibling node are consider… 37 This example demonstrates the touch effects of **Block** and **Transparent** hit test modes by sett…
|
H A D | ts-universal-attributes-on-touch-intercept.md | 22 …tributes-hit-test-behavior.md#HitTestMode)> | Yes | Custom event interception callback to bind…
|
H A D | ts-universal-attributes-click.md | 15 …ersion 9. You are advised to use [hitTestBehavior](ts-universal-attributes-hit-test-behavior.md) i…
|
H A D | ts-universal-attributes-on-child-touch-test.md | 9 …, rotation, and pinch gesture events may receive no response due to the touch target not being hit. 81 | DEFAULT | Custom dispatch has no effect; the system distributes events based on the hit statu…
|
H A D | ts-appendix-enums.md | 722 …e node and its child node respond to the hit test of a touch event, but its sibling node is blocke… 723 … | The node responds to the hit test of a touch event, but its child node and sibling node ar… 724 …e and its child node respond to the hit test of a touch event, and its sibling node is also consid… 725 … node does not respond to the hit test of a touch event, but its child node and sibling node are c… 763 … scroll at the same time. When both the component and its parent component hit the boundary, the e…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-events-distribute.md | 5 …actions and dispatches these events to the respective components through a hit test, forming an ev… 13 …ent, the final event triggered is determined by the hit test and dispatched to the component. The … 21 - **hitTestBehavior**: controls hit testing. 37 The basic process of hit testing is as follows: Upon receiving the start event, the system traverse… 43 …hit test control](../reference/apis-arkui/arkui-ts/ts-universal-attributes-hit-test-behavior.md) i… 45 You can configure hit test control to block the hit test of the component itself or other component… 47 …ior** attribute is not specified. In this mode, if the component itself is hit, it will block the … 55 …e blocks the touch testing of child components. If the component itself is hit during a touch test… 69 …ir children, do not initiate the hit test process; instead, they pass the events back to the paren… 73 …hit test. According to the [basic process of hit test](#basic-process-of-hit-test), the gestures a… [all …]
|
H A D | arkts-gesture-events-multi-level-gesture.md | 127 …lock**, the node responds to the hit test of a touch event, but its child node and sibling node ar… 147 …e and its child node respond to the hit test of a touch event, and its sibling node is also consid…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-web.md | 85 * Get the hit test type. 92 * Get the hit test extra data. 106 * Get the hit test type. 113 * Get the hit test extra data.
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.3.2/ |
H A D | changelog-web.md | 85 * Get the hit test type. 92 * Get the hit test extra data. 106 * Get the hit test type. 113 * Get the hit test extra data.
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/ |
H A D | changelog-web.md | 85 * Get the hit test type. 92 * Get the hit test extra data. 106 * Get the hit test type. 113 * Get the hit test extra data.
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/ |
H A D | changelog.md | 5 1. [Added] 添加 hit test result 生成 svg 图
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-click.md | 7 > 从API version 9开始,该模块不再维护,建议使用[hitTestBehavior](ts-universal-attributes-hit-test-behavior.md)替代。
|
H A D | ts-universal-attributes-on-touch-intercept.md | 22 …sal-events-touch.md#touchevent对象说明), [HitTestMode](ts-universal-attributes-hit-test-behavior.md#Hi…
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-web.md | 85 * Get the hit test type. 92 * Get the hit test extra data. 106 * Get the hit test type. 113 * Get the hit test extra data.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.2/ |
H A D | changelog-web.md | 85 * Get the hit test type. 92 * Get the hit test extra data. 106 * Get the hit test type. 113 * Get the hit test extra data.
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-events-distribute.md | 43 在组件上绑定[触摸测试控制](../reference/apis-arkui/arkui-ts/ts-universal-attributes-hit-test-behavior.md)时,可能会影…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___event_module.md | 36 …testmode) { HTMDEFAULT = 0, HTMBLOCK, HTMTRANSPARENT, HTMNONE } | Enumerates the hit test modes. | 88 … \*event, [HitTestMode](#hittestmode) mode) | Sets how the component behaves during hit testing. | 251 Enumerates the hit test modes. 257 …e node and its child node respond to the hit test of a touch event, but its sibling node is blocke… 258 …LOCK | The node responds to the hit test of a touch event, but its child node and sibling node ar… 259 …e and its child node respond to the hit test of a touch event, and its sibling node is also consid… 260 … node does not respond to the hit test of a touch event, but its child node and sibling node are c… 1168 Sets how the component behaves during hit testing. 1177 | mode | How the component behaves during hit testing. The parameter type is [HitTestMode](#hittest…
|
H A D | ui__input__event_8h.md | 35 …u_i___event_module.md), [HTMNONE](_ark_u_i___event_module.md) } | Enumerates the hit test modes. | 87 …rk_u_i___event_module.md#hittestmode) mode) | Sets how the component behaves during hit testing. |
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.7/ |
H A D | changelog-web.md | 85 * Get the hit test type. 92 * Get the hit test extra data. 106 * Get the hit test type. 113 * Get the hit test extra data.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/ |
H A D | focus_view.cpp | 175 … bool hit = rootScope->AnyChildFocusHub([&rootScope, &index](const RefPtr<FocusHub>& focusNode) { in GetViewRootScope() local 182 if (!hit) { in GetViewRootScope()
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkui-animation-interactive-event.md | 281 1. When processing a touch event, the system conducts hit testing - from the parent component to it… 283 2. You can set the **hitTestBehavior** attribute to specify how a component behaves during hit test… 289 1. [Hit Test Control](../reference/apis-arkui/arkui-ts/ts-universal-attributes-hit-test-behavior.md)
|
/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | faqs-arkui-animation-interactive-event.md | 289 1.[hitTestBehavior](../reference/apis-arkui/arkui-ts/ts-universal-attributes-hit-test-behavior.md)
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-gn-coding-style-and-best-practice.md | 205 - The cache being used is still hit after the code is changed. 231 …an implicit output, and the cache stores only **a.out**. When the cache is hit, **b.out** cannot b…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.h | 308 size_t hit { 0 };
|
/ohos5.0/build/config/compiler/ |
H A D | compiler.gni | 206 # Assert that the configuration isn't going to hit https://crbug.com/648948.
|