/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | water-wave-animation.md | 118 .customStyle() 131 .customStyle() 151 .customStyle() 160 .customStyle() 205 @Styles customStyle(){ 220 .customStyle() 233 .customStyle() 253 .customStyle() 263 .customStyle()
|
H A D | Editing-with-the-navigation-bar.md | 107 customStyle:true, 220 customStyle:true,
|
H A D | Multi-level-linkage.md | 84 customStyle:true
|
/ohos5.0/foundation/arkui/advanced_ui_component/doc/ |
H A D | ts-composite-components-arkdialog.md | 176 customStyle: true, 241 customStyle: true, 297 customStyle: true, 349 customStyle: true, 390 customStyle: true,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-methods-custom-dialog-box.md | 41 | customStyle | boolean | 否 | 弹窗容器样式是否自定义。<br… 252 customStyle: false, 340 customStyle: false, 423 customStyle: false, 532 customStyle: false,
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-components-custom-dialog.md | 295 customStyle: false, 347 customStyle: false, 445 customStyle: false
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/source/ |
H A D | dialog.ets | 904 customStyle: false 1006 @State customStyle: boolean | undefined = undefined; 1053 .backgroundBlurStyle(this.customStyle ? BlurStyle.Thick : BlurStyle.NONE) 1054 .borderRadius(this.customStyle ? $r('sys.float.ohos_id_corner_radius_dialog') : 0) 1055 .margin(this.customStyle ? { 1060 … .backgroundColor(this.customStyle ? $r('sys.color.ohos_id_color_dialog_bg') : Color.Transparent) 1096 if (this.controller && this.customStyle === undefined) { 1098 …if (customController.arg_ && customController.arg_.customStyle && customController.arg_.customStyl… 1099 this.customStyle = true; 1102 if (this.customStyle === undefined) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_customdialog_controller_ffi.h | 37 bool customStyle; member
|
H A D | cj_customdialog_controller_ffi.cpp | 84 dialogProperties_.customStyle = options.customStyle; in NativeCustomDialogController()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 2312 customStyle: false 2331 customStyle: false 2582 if (params.customStyle !== undefined) { 2583 this.customStyle = params.customStyle; 2723 get customStyle() { 2727 set customStyle(newValue) { 2838 Column.borderRadius(this.customStyle ? { 2845 Column.margin(this.customStyle ? { 3045 this.customStyle = true; 3048 if (this.customStyle === undefined) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_properties.h | 217 …bool customStyle = false; // when true, dialog doesn't paint background or constraint … member 306 bool customStyle = false; member
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/pages/ |
H A D | tableIndex.ets | 60 customStyle: true 91 customStyle: true
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | customdialog_composed_element.cpp | 98 return ConvertBoolToString(renderDialog->GetDialogProperties().customStyle); in GetCustomStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | timepicker_model_impl.cpp | 81 properties.customStyle = true; in SetTimePickerDialogShow()
|
H A D | textpicker_model_impl.cpp | 107 properties.customStyle = true; in SetTextPickerDialogShow()
|
H A D | picker_model_impl.cpp | 149 properties.customStyle = true; in SetDatePickerDialogShow()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethodlist.md | 94 customStyle: true,
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-components-custom-dialog.md | 295 customStyle: false, 347 customStyle: false, 445 customStyle: false
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_view.cpp | 64 dialogLayoutProp->UpdateUseCustomStyle(param.customStyle); in CreateDialogNode()
|
/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/ |
H A D | thermalHighDialog.ets | 79 customStyle: false
|
H A D | thermalLowDialog.ets | 78 customStyle: false
|
H A D | powerDialog.ets | 102 customStyle: false
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/views/ |
H A D | modeSwitchPage.ets | 115 // customStyle: true 121 // customStyle: true 127 // customStyle: true
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/common/ |
H A D | SettingPublicLayout.ets | 39 customStyle: true
|
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/pages/ |
H A D | BluetoothDialog.ets | 112 customStyle: true,
|