Lines Matching refs:Custom
1 # Building Custom Components
9 > - Custom component event registration requires [addNodeCustomEventReceiver](../reference/apis-ark…
17 > - Custom component-related APIs ([measureNode](../reference/apis-arkui/_ark_u_i___native_node_a_p…
20 ## Custom Layout Container
24 **Figure 1** Custom container component
85 // Custom measurement logic.
111 // Custom measurement is the sum of all child node sizes plus a fixed margin.
143 // Custom NDK API entry point.
197 ## Custom Drawing Component
201 **Figure 2** Custom drawing component
205 1. Prepare a project as instructed in [Custom Layout Container](#custom-layout-container).
243 // Custom drawing property changes require proactive notification to the framework.
261 // Custom drawing logic
295 // Custom NDK API entry point.