Home
last modified time | relevance | path

Searched refs:PositionType (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.h45 PositionType type = PositionType::PTRELATIVE);
99 PositionType positionType_ = PositionType::PTRELATIVE;
H A Dmotion_path_evaluator.cpp52 const MotionPathOption& option, const Offset& start, const Offset& end, PositionType type) in MotionPathEvaluator()
72 if (positionType_ == PositionType::PTOFFSET) { in Evaluate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.h54 if (position_ == PositionType::PTFIXED) { in SetFocusEventFlag()
119 PositionType position_ { PositionType::PTRELATIVE };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/coverage/
H A Dcoverage_component.h59 textComponent_->SetPositionType(PositionType::PTRELATIVE); in SetX()
66 textComponent_->SetPositionType(PositionType::PTRELATIVE); in SetY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h118 PositionType position { PositionType::PTRELATIVE };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dposition_param.h40 PositionType type = PositionType::PTRELATIVE;
H A Dconstants.h187 enum class PositionType { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp42 inline bool IsNonRelativePosition(PositionType pos) in IsNonRelativePosition()
45 …(pos != PositionType::PTRELATIVE) && (pos != PositionType::PTSEMI_RELATIVE) && (pos != PositionTyp… in IsNonRelativePosition()
740 if (item->GetPositionType() == PositionType::PTSEMI_RELATIVE) { in PlaceChildren()
746 …Offset((item->GetPositionType() == PositionType::PTSEMI_RELATIVE) ? 0.0 : childCrossPos, childMain… in PlaceChildren()
980 if ((item->GetPositionType() == PositionType::PTSEMI_RELATIVE) && in ResizeByItem()
1030 if (item->GetPositionType() == PositionType::PTSEMI_RELATIVE) { in GetMainSize()
1050 if (item->GetPositionType() == PositionType::PTSEMI_RELATIVE) { in GetCrossSize()
H A Drender_flex_item.cpp74 positionParam_.type = PositionType::PTSEMI_RELATIVE; in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_motion_path_evaluator.cpp20 const MotionPathOption& option, const Offset& start, const Offset& end, PositionType type) in MotionPathEvaluator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h198 PositionType GetPositionType() const in GetPositionType()
203 void SetPositionType(PositionType positionType) in SetPositionType()
H A Drender_node.h371 void SetPositionType(PositionType type) in SetPositionType()
381 PositionType GetPositionType() const in GetPositionType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar_item.h52 void SetPosition(PositionType positionType) in SetPosition()
H A Ddom_grid_column.cpp76 positionStyle.position = PositionType::PTABSOLUTE; in SetSpecializedAttr()
H A Ddom_node.h615 PositionType GetPosition() const in GetPosition()
617 PositionType position = PositionType::PTRELATIVE; in GetPosition()
H A Ddom_node.cpp758 if (node->GetPosition() != PositionType::PTFIXED) { in AddNode()
772 if (node->GetPosition() != PositionType::PTFIXED) { in RemoveNode()
1278 if (positionComponent_ && GetPosition() == PositionType::PTFIXED) { in CompositeComponents()
2027 …if (!declaration_ || !declaration_->HasPositionStyle() || GetPosition() == PositionType::PTFIXED) { in UpdatePositionProps()
2108 …if (!declaration_ || !declaration_->HasPositionStyle() || GetPosition() != PositionType::PTFIXED) { in UpdatePositionComponent()
H A Ddom_document.cpp331 if (node->GetPosition() == PositionType::PTFIXED && rootStackComponent_) { in RemoveNodes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp360 …(context && context->GetIsDeclarative()) ? PositionType::PTSEMI_RELATIVE : PositionType::PTABSOLUT… in CalculateGridLayoutSize()
370 (context && context->GetIsDeclarative()) ? PositionType::PTSEMI_RELATIVE : in CalculateGridLayoutSize()
371 PositionType::PTABSOLUTE); in CalculateGridLayoutSize()
380 …(context && context->GetIsDeclarative()) ? PositionType::PTSEMI_RELATIVE : PositionType::PTABSOLUT… in CalculateGridLayoutSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h167 void SetPositionType(PositionType positionType) in SetPositionType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp97 displayBtn->SetPositionType(PositionType::PTABSOLUTE); in Build()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-file-management.md84 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PositionType|@ohos.filemanagement.userFileMa…
85 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PositionType<br>方法 or 属性:LOCAL = 1|@ohos.fil…
86 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PositionType<br>方法 or 属性:CLOUD|@ohos.fileman…
87 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PositionType<br>方法 or 属性:BOTH|@ohos.filemana…
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotoaccesshelperinf.js822 PositionType: photoAccessHelper.PositionType,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp646 PositionType type = render->GetPositionType(); in GetPosition()
647 if (type == PositionType::PTABSOLUTE) { in GetPosition()
689 PositionType type = render->GetPositionType(); in GetOffset()
690 if (type == PositionType::PTOFFSET) { in GetOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp87 if (item->GetPositionType() == PositionType::PTABSOLUTE) { in PerformLayout()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-file-management.md84 |Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PositionType|@ohos.filema…
85 |Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PositionType<br>Method or…
86 |Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PositionType<br>Method or…
87 |Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PositionType<br>Method or…

12