Searched refs:bottom (Results 1 – 19 of 19) sorted by relevance
/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",
|
D | entryView.ets | 47 bottom: "24"
|
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/ |
D | notificationDialog.ets | 68 .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/ |
D | confirmDialog.ets | 48 bottom: "8vp" 85 bottom : "16vp"
|
D | backComponent.ets | 46 bottom: '16vp',
|
/base/update/update_app/entry/src/main/js/default/pages/index/ |
D | index.css | 71 margin-bottom: 50px; 88 padding-bottom: 30px;
|
/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/ |
D | thermalLowDialog.ets | 44 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
|
D | thermalHighDialog.ets | 45 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
|
D | batteryDialog.ets | 45 bottom: Constants.DIALOG_TITLE_MARGIN_BOTTOM
|
D | powerDialog.ets | 49 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/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 174 void ScrollPageDown(bool bottom);
|
D | webview_controller.cpp | 856 void WebviewController::ScrollPageDown(bool bottom) in ScrollPageDown() argument 860 nweb_ptr->PageDown(bottom); in ScrollPageDown()
|
D | napi_webview_controller.cpp | 2224 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/ |
D | nweb_create_window.h | 289 void PageDown(bool bottom) override in PageDown() argument
|
/base/web/webview/ohos_nweb/include/ |
D | nweb.h | 624 virtual void PageDown(bool bottom) = 0;
|