Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 36) sorted by relevance

12

/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/
DenrollDeclare.ets57 .margin({ bottom: '16vp' })
60 .margin({ bottom: '24vp' })
63 .margin({ bottom: '16vp' })
66 .margin({ bottom: '8vp' })
69 .margin({ bottom: '8vp' })
72 .margin({ bottom: '8vp' })
75 .margin({ bottom: '8vp' })
78 .margin({ bottom: '24vp' })
81 .margin({ bottom: '16vp' })
84 .margin({ bottom: '8vp' })
[all …]
DenrollIntro.ets67 bottom: "24vp"
74 bottom: "24vp"
80 bottom: "8vp"
121 bottom: "24vp"
DfaceConfig.ets79 .margin({ left: '24vp', right: '24vp', top: '12vp', bottom: '12vp' })
87 bottom: '8vp'
Denrolling.ets85 bottom: "24vp"
171 bottom: "24vp",
/base/update/update_app/feature/ota/src/main/ets/util/
DToastUtils.ts35 bottom: getToastLocation(),
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/
Dnotifybody.ets30 .margin({ bottom: 8 })
48 .margin({ top: "9vp", bottom: "9vp", left: "8vp" })
71 .margin({ top: "9vp", right: "8vp", bottom: "9vp" })
DnotificationDialog.ets51 .padding({bottom: 48})
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_margin.cpp71 void PrintMargin::SetBottom(uint32_t bottom) in SetBottom() argument
74 bottom_ = bottom; in SetBottom()
/base/update/update_app/product/oh/base/src/main/ets/pages/
DcurrentVersion.ets94 bottom: $r('app.float.progress_logo_other_padding_bottom')
111bottom: this.versionArray.length > 1 ? $r('app.float.current_version_name_margin_bottom') :
120 … }.flexShrink(0).margin({ bottom: $r('app.float.current_version_changelog_margin_bottom') })
Dindex.ets275 bottom: $r('app.float.index_version_name_margin_bottom')
296 bottom: $r('app.float.index_content_padding_bottom')
322 bottom: $r('app.float.index_content_padding_bottom')
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_margin.h54 void SetBottom(uint32_t bottom);
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/component/
DconfirmDialog.ets48 bottom: "8vp"
85 bottom : "16vp"
DbackComponent.ets46 bottom: '16vp',
/base/update/update_app/feature/ota/src/main/ets/components/
DProgressContent.ets77 .margin({ bottom: $r('app.float.new_version_download_status_label_margin_bottom')})
86 bottom: $r('app.float.progress_logo_other_padding_bottom')
DChangelogContent.ets62 bottom: $r('app.float.changelog_tablet_end_content_margin_bottom')
222 bottom: $r('app.float.changelog_tablet_start_content_padding_bottom')
227 bottom: $r('app.float.changelog_tablet_start_content_margin_bottom')
/base/update/update_app/feature/ota/src/main/ets/dialog/
DMessageDialogBuilder.ets50 bottom: $r('app.float.message_dialog_margin_vertical')
DCountDownInstallDialogBuilder.ets133 bottom: $r('app.float.dialog_content_margin_vertical')
185 bottom: $r('app.float.dialog_margin_bottom'),
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp106 if (!ParseDimension(jsonPadding, JsonTagConstants::JSON_PADDING_BOTTOM_TAG, res.bottom)) { in ParsePadding()
275 { JsonTagConstants::JSON_PADDING_BOTTOM_TAG, padding_.bottom }, in ToJson()
328 … padding_.bottom, padding_.left, fontColor_.value, bgColor_.value, iconColor_.value, borderWidth_, in CompareComponentBasicInfo()
331 other->padding_.top, other->padding_.right, other->padding_.bottom, other->padding_.left, in CompareComponentBasicInfo()
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
Dsec_comp_info.h36 DimensionT bottom = DEFAULT_DIMENSION; member
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp151 …(comp->padding_.bottom != MIN_PADDING_WITHOUT_BG) || (comp->padding_.left != MIN_PADDING_WITHOUT_B… in CheckSecCompBaseButton()
167 (comp->padding_.bottom < MIN_PADDING_SIZE) || (comp->padding_.left < MIN_PADDING_SIZE) || in CheckSecCompBase()
/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/
DthermalHighDialog.ets45 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
DthermalLowDialog.ets44 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
DbatteryDialog.ets45 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/pages/
DUsbDialog.ets70 }.margin({ top: 43, bottom: 15, left: 20, right: 20 })
/base/print/print_fwk/interfaces/kits/jskits/
D@ohos.print.d.ts79 bottom?: number; // bottom margin

12