/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
H A D | render_positioned.cpp | 25 if (!positioned) { in Update() 28 bottom_ = positioned->GetBottom(); in Update() 29 top_ = positioned->GetTop(); in Update() 30 left_ = positioned->GetLeft(); in Update() 31 right_ = positioned->GetRight(); in Update() 32 width_ = positioned->GetWidth(); in Update() 33 height_ = positioned->GetHeight(); in Update() 34 hasLeft_ = positioned->HasLeft(); in Update() 35 hasRight_ = positioned->HasRight(); in Update() 36 hasTop_ = positioned->HasTop(); in Update() [all …]
|
H A D | BUILD.gn | 17 build_component("positioned") {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.cpp | 151 RefPtr<PositionedComponent> positioned = AceType::DynamicCast<PositionedComponent>(GetChild()); in ShowDialog() local 152 if (positioned) { in ShowDialog() 153 positioned->SetAutoFocus(true); in ShowDialog() 174 RefPtr<PositionedComponent> positioned = AceType::DynamicCast<PositionedComponent>(GetChild()); in ShowContextMenu() local 175 if (positioned) { in ShowContextMenu() 176 positioned->SetAutoFocus(true); in ShowContextMenu() 347 RefPtr<PositionedComponent> positioned = AceType::MakeRefPtr<PositionedComponent>(tween); in Initialize() local 348 SetChild(positioned); in Initialize()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-container-stack.md | 38 <div class="positioned-child bd-radius"></div> 64 .positioned-child {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-stack.md | 43 <div class="positioned-child bd-radius"></div> 67 .positioned-child {
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-container-stack.md | 38 <div class="positioned-child bd-radius"></div> 64 .positioned-child {
|
H A D | js-service-widget-common-styles.md | 51 …positioned related to the browser window.<br>**absolute**: The component is positioned absolutely … 52 …positioned component and left edge of its containing block.<br>- The **top** attribute specifies t… 53 …positioned component and that of a block included in the component.<br>- The **end** attribute spe…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-stack.md | 44 <div class="positioned-child bd-radius"></div> 68 .positioned-child {
|
H A D | js-components-grid-row.md | 31 …<br>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: …
|
H A D | js-components-common-styles.md | 52 …positioned relative to the entire UI.<br>- **absolute**: The element is positioned relative to the… 53 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e… 54 …positioned element and that of a block included in the element.<br>- **end**: end edge position of…
|
H A D | js-components-container-list-item-group.md | 44 …<br>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: …
|
H A D | js-components-grid-container.md | 53 …<br>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/ |
H A D | toast_component.cpp | 202 RefPtr<PositionedComponent> positioned = AceType::MakeRefPtr<PositionedComponent>(tween); in Show() local 203 …positioned->SetBottom(GreatOrEqual(bottomPosition.Value(), 0.0) ? bottomPosition : toastTheme->Get… in Show() 204 stackElement->PushToastComponent(positioned, toastId); in Show()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-container-stack.md | 50 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e… 64 <div class="positioned-child bd-radius"></div> 89 .positioned-child {
|
H A D | js-lite-components-container-div.md | 40 …<br>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: … 54 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
H A D | js-lite-components-canvas-canvas.md | 48 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
H A D | js-lite-components-basic-switch.md | 51 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
H A D | js-lite-components-basic-image.md | 51 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
H A D | js-lite-components-basic-slider.md | 62 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
H A D | js-lite-components-basic-marquee.md | 54 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
H A D | js-lite-components-basic-qrcode.md | 52 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
H A D | js-lite-components-basic-text.md | 56 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
H A D | js-lite-components-container-swiper.md | 55 …positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-container-stack.md | 64 <div class="positioned-child bd-radius"></div> 89 .positioned-child {
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-layout-development-stack-layout.md | 6 …r-stack.md) component, which provides a stack container where positioned or non-positioned child e…
|