Searched refs:bottom (Results 1 – 25 of 36) sorted by relevance
12
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/ |
D | enrollDeclare.ets | 57 .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 …]
|
D | enrollIntro.ets | 67 bottom: "24vp" 74 bottom: "24vp" 80 bottom: "8vp" 121 bottom: "24vp"
|
D | faceConfig.ets | 79 .margin({ left: '24vp', right: '24vp', top: '12vp', bottom: '12vp' }) 87 bottom: '8vp'
|
D | enrolling.ets | 85 bottom: "24vp" 171 bottom: "24vp",
|
/base/update/update_app/feature/ota/src/main/ets/util/ |
D | ToastUtils.ts | 35 bottom: getToastLocation(),
|
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/ |
D | notifybody.ets | 30 .margin({ bottom: 8 }) 48 .margin({ top: "9vp", bottom: "9vp", left: "8vp" }) 71 .margin({ top: "9vp", right: "8vp", bottom: "9vp" })
|
D | notificationDialog.ets | 51 .padding({bottom: 48})
|
/base/print/print_fwk/frameworks/innerkitsimpl/src/ |
D | print_margin.cpp | 71 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/ |
D | currentVersion.ets | 94 bottom: $r('app.float.progress_logo_other_padding_bottom') 111 … bottom: 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') })
|
D | index.ets | 275 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/ |
D | print_margin.h | 54 void SetBottom(uint32_t bottom);
|
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/component/ |
D | confirmDialog.ets | 48 bottom: "8vp" 85 bottom : "16vp"
|
D | backComponent.ets | 46 bottom: '16vp',
|
/base/update/update_app/feature/ota/src/main/ets/components/ |
D | ProgressContent.ets | 77 .margin({ bottom: $r('app.float.new_version_download_status_label_margin_bottom')}) 86 bottom: $r('app.float.progress_logo_other_padding_bottom')
|
D | ChangelogContent.ets | 62 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/ |
D | MessageDialogBuilder.ets | 50 bottom: $r('app.float.message_dialog_margin_vertical')
|
D | CountDownInstallDialogBuilder.ets | 133 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/ |
D | sec_comp_base.cpp | 106 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/ |
D | sec_comp_info.h | 36 DimensionT bottom = DEFAULT_DIMENSION; member
|
/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
D | sec_comp_info_helper.cpp | 151 …(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/ |
D | thermalHighDialog.ets | 45 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
|
D | thermalLowDialog.ets | 44 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
|
D | batteryDialog.ets | 45 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
|
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/pages/ |
D | UsbDialog.ets | 70 }.margin({ top: 43, bottom: 15, left: 20, right: 20 })
|
/base/print/print_fwk/interfaces/kits/jskits/ |
D | @ohos.print.d.ts | 79 bottom?: number; // bottom margin
|
12