Home
last modified time | relevance | path

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

/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",
DentryView.ets47 bottom: "24"
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/
DnotificationDialog.ets68 .margin({ top: "9vp", right: "8vp", bottom: "9vp", left: "8vp" })
71 .margin({ top: 15, right: 5, bottom: 8, left: 8 })
90 .margin({ top: "9vp", right: "8vp", bottom: "9vp", left: "8vp" })
93 .margin({ top: 15, right: 8, bottom: 8, left: 5 })
/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/entry/src/main/js/default/pages/index/
Dindex.css71 margin-bottom: 50px;
88 padding-bottom: 30px;
/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/
DthermalLowDialog.ets44 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
DthermalHighDialog.ets45 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
DbatteryDialog.ets45 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
DpowerDialog.ets49 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/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h174 void ScrollPageDown(bool bottom);
Dwebview_controller.cpp856 void WebviewController::ScrollPageDown(bool bottom) in ScrollPageDown() argument
860 nweb_ptr->PageDown(bottom); in ScrollPageDown()
Dnapi_webview_controller.cpp2224 bool bottom; in ScrollPageDown() local
2232 if (!NapiParseUtils::ParseBoolean(env, argv[0], bottom)) { in ScrollPageDown()
2243 webviewController->ScrollPageDown(bottom); in ScrollPageDown()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h289 void PageDown(bool bottom) override in PageDown() argument
/base/web/webview/ohos_nweb/include/
Dnweb.h624 virtual void PageDown(bool bottom) = 0;