/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | error.rs | 34 Repr::Custom(ref c) => write!(f, "{:?}: {}", c.kind, c.error), in fmt() 41 Custom(Box<Custom>), enumerator 48 Repr::Custom(ref c) => std::fmt::Debug::fmt(&c, f), in fmt() 54 struct Custom { struct 134 repr: Repr::Custom(Box::new(Custom { kind, error })), in _new() 160 Repr::Custom(c) => Some(c.error), in into_inner() 183 Repr::Custom(ref c) => c.kind, in kind()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-user-defined.md | 7 …- **Custom composition**: the most basic customization method provided by the ArkUI framework, whi… 8 …- **Custom extension**: a range of modifiers, including the following, that enable the enhancement… 10 …- **Custom rendering**: custom content rendering implemented by writing display data generated by … 17 …|Custom composition|Custom encapsulation| Use [@Component](../quick-start/arkts-create-custom-comp… 18 …|Custom composition|Custom layout| Use the [stack layout](./arkts-layout-development-stack-layout.… 19 …|Custom composition|Custom drawing| Use [Canvas](arkts-drawing-customization-on-canvas.md) for cus… 20 …|Custom composition|Custom animation| Use [property animation](./arkts-attribute-animation-apis.md… 22 …|Custom extension|Gesture extension| Use [GestureModifier](../reference/apis-arkui/arkui-ts/ts-uni… 23 …|Custom extension|Content extension| Use [DrawModifier](../reference/apis-arkui/arkui-ts/ts-univer… 25 …|Custom nodes|Rendering node| Use [RenderNode](arkts-user-defined-arktsNode-renderNode.md) for lig… [all …]
|
H A D | arkts-user-defined-node.md | 1 # Custom Node Overview 3 Custom nodes in the ArkUI framework are node objects that provide basic capabilities of underlying … 13 ## Custom Placeholder Nodes 14 Custom placeholder nodes, acting as built-in components, provide anchor points for custom nodes in … 16 ## Custom Component Node (FrameNode) 24 ## Custom Render Node (RenderNode) 27 ## Custom Declarative Node (BuilderNode)
|
H A D | ndk-build-custom-components.md | 1 # Building Custom Components 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). 261 // Custom drawing logic [all …]
|
H A D | Readme-EN.md | 25 - [Custom Rendering (XComponent)](napi-xcomponent-guidelines.md) 62 - [Custom Property Animation](arkts-custom-attribute-animation.md) 98 - Custom Nodes 99 - [Custom Node Overview](arkts-user-defined-node.md) 100 - [Custom Placeholder Nodes](arkts-user-defined-place-hoder.md) 101 - [Custom Component Node (FrameNode)](arkts-user-defined-arktsNode-frameNode.md) 102 - [Custom RenderNode (RenderNode)](arkts-user-defined-arktsNode-renderNode.md) 104 - Custom Extension 105 - [Custom Extension Capability Overview](arkts-user-defined-modifier.md) 127 - [Building Custom Components](ndk-build-custom-components.md) [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-contacts.md | 25 Custom mailbox type. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 29 Custom event. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 33 Custom IM. The value of **CUSTOM_LABEL** is changed from 10000 to -1. 51 Custom phone number. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 59 Custom mailbox. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 63 Custom relationship. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 71 Custom Session Initiation Protocol (SIP) address. The value of **CUSTOM_LABEL** is changed from 100…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.6/ |
H A D | changelogs-arkui.md | 3 ## cl.arkui.1 Change in the Custom Navigation Title Position 55 Text('Custom title').fontSize(20) 86 API version 9: Custom title and menu in **NavigationTitleMode.Full** settings 90 API version 10: Custom title and menu in **NavigationTitleMode.Full** settings 94 API version 9: Custom title with the back button in **NavigationTitleMode.Mini** settings 98 API version 10: Custom title with the back button in **NavigationTitleMode.Mini** settings 102 API version 9: Custom title without the back button in **NavigationTitleMode.Mini** settings 167 API version 9: Custom title bar with the back button 171 API version 10: Custom title bar with the back button 175 API version 9: Custom title bar without the back button [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_transition_test.cpp | 115 auto transitionInEffect = RSTransitionEffect::Create()->Custom(transitionModifier); 116 auto transitionOutEffect = RSTransitionEffect::Create()->Custom(transitionModifier); 172 auto transitionInEffect = RSTransitionEffect::Create()->Custom(transitionModifier); 173 auto transitionOutEffect = RSTransitionEffect::Create()->Custom(transitionModifier); 230 auto transitionInEffect = RSTransitionEffect::Create()->Custom(transitionModifier); 288 ->Custom(transitionModifier) 293 ->Custom(transitionModifier) 353 ->Custom(transitionModifier) 358 ->Custom(transitionModifier) 419 ->Custom(transitionModifier) [all …]
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | Readme-EN.md | 50 - Custom Components 51 - [Creating a Custom Component](arkts-create-custom-components.md) 52 - [Page and Custom Component Lifecycle](arkts-page-custom-components-lifecycle.md) 53 - [Custom Component Layout](arkts-page-custom-components-layout.md) 54 …- [Constraints on Access Modifiers of Custom Component Member Variables](arkts-custom-components-a… 55 - [\@Builder Decorator: Custom Builder Function](arkts-builder.md) 85 - [Freezing a Custom Component](arkts-custom-components-freeze.md) 92 - [\@ComponentV2 Decorator: Custom Component](arkts-new-componentV2.md) 105 - [Freezing a Custom Component](arkts-custom-components-freezeV2.md) 111 - [Mixing Use of Custom Components](arkts-custom-component-mixed-scenarios.md)
|
H A D | arkts-new-componentV2.md | 1 # \@ComponentV2 Decorator: Custom Component 16 - Custom components decorated by \@ComponentV2 do not support component reuse and LocalStorage. 34 … decorated by \@Component and \@ComponentV2 together, see [Mixing Use of Custom Components](./arkt…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-with-theme.md | 181 themeNames: string[] = ['System', 'Custom (green)', 'Custom (red)']; 215 Button('Button.style(NORMAL) with Custom Theme') 217 Button('Button.style(EMP..ED) with Custom Theme') 219 Button('Button.style(TEXTUAL) with Custom Theme')
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.43/ |
H A D | changelogs-netmanager.md | 44 printf("Custom DNS resolver registered successfully\n"); 94 printf("Custom DNS resolver registered successfully\n"); 105 printf("Custom DNS resolver unregistered successfully\n");
|
/ohos5.0/docs/en/application-dev/reference/apis-asset-store-kit/ |
H A D | _asset_type.md | 228 | ASSET_TAG_DATA_LABEL_CRITICAL_1 | Custom data, which is of the bytes type and cannot be changed.| 229 | ASSET_TAG_DATA_LABEL_CRITICAL_2 | Custom data, which is of the bytes type and cannot be changed.| 230 | ASSET_TAG_DATA_LABEL_CRITICAL_3 | Custom data, which is of the bytes type and cannot be changed.| 231 | ASSET_TAG_DATA_LABEL_CRITICAL_4 | Custom data, which is of the bytes type and cannot be changed.| 232 | ASSET_TAG_DATA_LABEL_NORMAL_1 | Custom data, which is of the bytes type and can be changed.| 233 | ASSET_TAG_DATA_LABEL_NORMAL_2 | Custom data, which is of the bytes type and can be changed.| 234 | ASSET_TAG_DATA_LABEL_NORMAL_3 | Custom data, which is of the bytes type and can be changed.| 235 | ASSET_TAG_DATA_LABEL_NORMAL_4 | Custom data, which is of the bytes type and can be changed.| 236 | ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_1 | Custom data, which is of the bytes type, can be changed, bu… 237 | ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_2 | Custom data, which is of the bytes type, can be changed, bu… [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-custom-lifecycle.md | 13 | onInit | Function | Custom component initialization | The custom component is created. Th… 14 | onAttached | Function | Custom component loading | The custom component is added to the **P… 16 | onDetached | Function | Custom component detachment | The custom component is detached. It … 17 | onDestroy | Function | Custom component destruction | The custom component is destroyed. I…
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | error.rs | 42 Custom(String), enumerator 141 Self::Custom(s) => write!(f, "{s}"), in fmt() 179 Error::Custom(msg.to_string()) in custom() 188 Error::Custom(msg.to_string()) in custom() 299 format!("{:?}", Error::Custom(String::from("Custom Error"))), in ut_error_fmt()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___context_callback.md | 20 | void \* [userData](#userdata) | Custom type. | 44 Custom type.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___filter___color_matrix.md | 20 | float [val](#val) [20] | Custom color matrix. The value is a 5 x 4 array. | 34 Custom color matrix. The value is a 5 x 4 array.
|
/ohos5.0/docs/en/application-dev/inputmethod/ |
H A D | Readme-EN.md | 5 - [Using the Input Method in a Custom Edit Box](use-inputmethod-in-custom-edit-box.md) 8 - [Custom Edit Box Development Guide (C/C++)](use-inputmethod-in-custom-edit-box-ndk.md)
|
/ohos5.0/foundation/arkui/ace_engine_lite/ |
H A D | .clang-format | 42 # 大括号换行,只有当BreakBeforeBraces设置为Custom时才有效 59 # Allman(总是在大括号前换行), GNU(总是在大括号前换行,并对于控制语句的大括号增加额外的缩进), WebKit(在函数前换行), Custom 61 BreakBeforeBraces: Custom
|
/ohos5.0/foundation/arkui/ui_lite/ |
H A D | .clang-format | 42 # 大括号换行,只有当BreakBeforeBraces设置为Custom时才有效 59 # Allman(总是在大括号前换行), GNU(总是在大括号前换行,并对于控制语句的大括号增加额外的缩进), WebKit(在函数前换行), Custom 61 BreakBeforeBraces: Custom
|
/ohos5.0/foundation/graphic/surface_lite/ |
H A D | .clang-format | 42 # 大括号换行,只有当BreakBeforeBraces设置为Custom时才有效 59 # Allman(总是在大括号前换行), GNU(总是在大括号前换行,并对于控制语句的大括号增加额外的缩进), WebKit(在函数前换行), Custom 61 BreakBeforeBraces: Custom
|
/ohos5.0/foundation/graphic/graphic_utils_lite/ |
H A D | .clang-format | 42 # 大括号换行,只有当BreakBeforeBraces设置为Custom时才有效 59 # Allman(总是在大括号前换行), GNU(总是在大括号前换行,并对于控制语句的大括号增加额外的缩进), WebKit(在函数前换行), Custom 61 BreakBeforeBraces: Custom
|
/ohos5.0/foundation/filemanagement/dfs_service/ |
H A D | .clang-format | 44 # 大括号换行,只有当BreakBeforeBraces设置为Custom时才有效 61 # Allman(总是在大括号前换行), GNU(总是在大括号前换行,并对于控制语句的大括号增加额外的缩进), WebKit(在函数前换行), Custom 63 BreakBeforeBraces: Custom
|
/ohos5.0/foundation/filemanagement/storage_service/ |
H A D | .clang-format | 44 # 大括号换行,只有当BreakBeforeBraces设置为Custom时才有效 61 # Allman(总是在大括号前换行), GNU(总是在大括号前换行,并对于控制语句的大括号增加额外的缩进), WebKit(在函数前换行), Custom 63 BreakBeforeBraces: Custom
|
/ohos5.0/foundation/window/window_manager_lite/ |
H A D | .clang-format | 42 # 大括号换行,只有当BreakBeforeBraces设置为Custom时才有效 59 # Allman(总是在大括号前换行), GNU(总是在大括号前换行,并对于控制语句的大括号增加额外的缩进), WebKit(在函数前换行), Custom 61 BreakBeforeBraces: Custom
|