Home
last modified time | relevance | path

Searched refs:LayoutDirection (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-environment.md22 | layoutDirection | LayoutDirection | 布局方向类型:包括LayoutDirection.LTR: 从…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-environment.md18LayoutDirection | Layout direction. The options are as follows:<br>- **LayoutDire…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp837 if (layoutDirection == LayoutDirection::BACKWARD) { in MeasureList()
903 CHECK_NULL_RETURN(targetIndex_, LayoutDirection::NONE); in LayoutDirectionForTargetIndex()
905 return LayoutDirection::FORWARD; in LayoutDirectionForTargetIndex()
907 return LayoutDirection::BACKWARD; in LayoutDirectionForTargetIndex()
910 CHECK_NULL_RETURN(groupWrapper, LayoutDirection::NONE); in LayoutDirectionForTargetIndex()
912 CHECK_NULL_RETURN(groupHost, LayoutDirection::NONE); in LayoutDirectionForTargetIndex()
914 CHECK_NULL_RETURN(groupPattern, LayoutDirection::NONE); in LayoutDirectionForTargetIndex()
920 return LayoutDirection::BACKWARD; in LayoutDirectionForTargetIndex()
923 return LayoutDirection::FORWARD; in LayoutDirectionForTargetIndex()
926 return LayoutDirection::NONE; in LayoutDirectionForTargetIndex()
[all …]
H A Dlist_layout_algorithm.h73 enum class LayoutDirection { enum
478 LayoutDirection LayoutDirectionForTargetIndex(LayoutWrapper* layoutWrapper, int startIndex);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js849 var LayoutDirection; variable
850 (function (LayoutDirection) {
851 LayoutDirection[LayoutDirection["RTL"] = 0] = "RTL";
852 LayoutDirection[LayoutDirection["LTR"] = 1] = "LTR";
853 })(LayoutDirection || (LayoutDirection = {}));
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-arkui.md251 …力有变化|类名:LayoutDirection;<br>方法or属性:declare enum LayoutDirection<br>旧版本信息:crossplatform|类名:LayoutDi…
252 |跨平台能力有变化|类名:LayoutDirection;<br>方法or属性:LTR<br>旧版本信息:crossplatform|类名:LayoutDirection;<br>方法or属性:LT…
253 |跨平台能力有变化|类名:LayoutDirection;<br>方法or属性:RTL<br>旧版本信息:crossplatform|类名:LayoutDirection;<br>方法or属性:RT…
254 |跨平台能力有变化|类名:LayoutDirection;<br>方法or属性:Auto<br>旧版本信息:crossplatform|类名:LayoutDirection;<br>方法or属性:A…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-arkui.md251LayoutDirection;<br>Method or attribute name: declare enum LayoutDirection<br>Old version informat…
252 …nged|Class name: LayoutDirection;<br>Method or attribute name: LTR<br>Old version information: cro…
253 …nged|Class name: LayoutDirection;<br>Method or attribute name: RTL<br>Old version information: cro…
254 …ged|Class name: LayoutDirection;<br>Method or attribute name: Auto<br>Old version information: cro…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.cpp139 ACE_UPDATE_LAYOUT_PROPERTY(LayoutProperty, LayoutDirection, direction); in SetIsRTL()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-state-management.md2103 | layoutDirection | LayoutDirection | 布局方向类型,可选值为:<br/>-&nbsp;LayoutDirection.LTR:从左到右;<br/>-&…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-state-management.md1742 … | LayoutDirection | Layout direction. The options are as follows:<br>- **LayoutDirection.LTR…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp411 ACE_UPDATE_LAYOUT_PROPERTY(LayoutProperty, LayoutDirection, value); in SetLayoutDirection()
3432 ACE_UPDATE_NODE_LAYOUT_PROPERTY(LayoutProperty, LayoutDirection, value, frameNode); in SetLayoutDirection()