Lines Matching refs:hit
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…
65 …havior** attribute of the component based on the application status to affect the hit test process.
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…
83 The event response chain is the outcome of the hit test. In ArkUI, the event response chain is coll…