Home
last modified time | relevance | path

Searched refs:customStyle (Results 1 – 25 of 84) sorted by relevance

1234

/ohos5.0/docs/zh-cn/third-party-cases/
H A Dwater-wave-animation.md118 .customStyle()
131 .customStyle()
151 .customStyle()
160 .customStyle()
205 @Styles customStyle(){
220 .customStyle()
233 .customStyle()
253 .customStyle()
263 .customStyle()
H A DEditing-with-the-navigation-bar.md107 customStyle:true,
220 customStyle:true,
H A DMulti-level-linkage.md84 customStyle:true
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-arkdialog.md176 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 Dts-methods-custom-dialog-box.md41 | 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 Darkts-common-components-custom-dialog.md295 customStyle: false,
347 customStyle: false,
445 customStyle: false
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/source/
H A Ddialog.ets904 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 Dcj_customdialog_controller_ffi.h37 bool customStyle; member
H A Dcj_customdialog_controller_ffi.cpp84 dialogProperties_.customStyle = options.customStyle; in NativeCustomDialogController()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js2312 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 Ddialog_properties.h217 …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 DtableIndex.ets60 customStyle: true
91 customStyle: true
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcustomdialog_composed_element.cpp98 return ConvertBoolToString(renderDialog->GetDialogProperties().customStyle); in GetCustomStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtimepicker_model_impl.cpp81 properties.customStyle = true; in SetTimePickerDialogShow()
H A Dtextpicker_model_impl.cpp107 properties.customStyle = true; in SetTextPickerDialogShow()
H A Dpicker_model_impl.cpp149 properties.customStyle = true; in SetDatePickerDialogShow()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Djs-apis-inputmethodlist.md94 customStyle: true,
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-custom-dialog.md295 customStyle: false,
347 customStyle: false,
445 customStyle: false
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_view.cpp64 dialogLayoutProp->UpdateUseCustomStyle(param.customStyle); in CreateDialogNode()
/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/
H A DthermalHighDialog.ets79 customStyle: false
H A DthermalLowDialog.ets78 customStyle: false
H A DpowerDialog.ets102 customStyle: false
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/views/
H A DmodeSwitchPage.ets115 // 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 DSettingPublicLayout.ets39 customStyle: true
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/pages/
H A DBluetoothDialog.ets112 customStyle: true,

1234