Home
last modified time | relevance | path

Searched refs:positioned (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.cpp25 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 DBUILD.gn17 build_component("positioned") {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp151 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 Djs-service-widget-container-stack.md38 <div class="positioned-child bd-radius"></div>
64 .positioned-child {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-stack.md43 <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 Djs-service-widget-container-stack.md38 <div class="positioned-child bd-radius"></div>
64 .positioned-child {
H A Djs-service-widget-common-styles.md51positioned related to the browser window.<br>**absolute**: The component is positioned absolutely …
52positioned component and left edge of its containing block.<br>- The **top** attribute specifies t…
53positioned 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 Djs-components-container-stack.md44 <div class="positioned-child bd-radius"></div>
68 .positioned-child {
H A Djs-components-grid-row.md31 …<br>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: …
H A Djs-components-common-styles.md52positioned relative to the entire UI.<br>- **absolute**: The element is positioned relative to the…
53positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
54positioned element and that of a block included in the element.<br>- **end**: end edge position of…
H A Djs-components-container-list-item-group.md44 …<br>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: …
H A Djs-components-grid-container.md53 …<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 Dtoast_component.cpp202 RefPtr<PositionedComponent> positioned = AceType::MakeRefPtr<PositionedComponent>(tween); in Show() local
203positioned->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 Djs-lite-components-container-stack.md50positioned 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 Djs-lite-components-container-div.md40 …<br>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: …
54positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
H A Djs-lite-components-canvas-canvas.md48positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
H A Djs-lite-components-basic-switch.md51positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
H A Djs-lite-components-basic-image.md51positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
H A Djs-lite-components-basic-slider.md62positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
H A Djs-lite-components-basic-marquee.md54positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
H A Djs-lite-components-basic-qrcode.md52positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
H A Djs-lite-components-basic-text.md56positioned element and left edge of its containing block.<br>- **top**: top edge position of the e…
H A Djs-lite-components-container-swiper.md55positioned 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 Djs-lite-components-container-stack.md64 <div class="positioned-child bd-radius"></div>
89 .positioned-child {
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-layout-development-stack-layout.md6 …r-stack.md) component, which provides a stack container where positioned or non-positioned child e…

12