Searched refs:scrollLeft (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_properties.h | 162 NestedScrollMode scrollLeft; member 169 ", scrollLeft: " + std::to_string(static_cast<int32_t>(scrollLeft)) + in ToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_model_ng.cpp | 53 .scrollLeft = NestedScrollMode::SELF_FIRST, in Create() 81 .scrollLeft = NestedScrollMode::SELF_FIRST, in Create()
|
H A D | web_pattern.h | 1192 .scrollLeft = NestedScrollMode::SELF_ONLY,
|
H A D | web_pattern.cpp | 5792 if (nestedScroll.scrollUp == nestedScroll.scrollLeft) { in SetNestedScrollExt() 5911 (directValue > 0 && nestedScroll.scrollLeft == scrollMode && in CheckParentScroll() 5924 (directValue < 0 && nestedScroll.scrollLeft == scrollMode && in CheckOverParentScroll()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 4847 .scrollLeft = NestedScrollMode::SELF_FIRST, in SetNestedScroll() 4865 nestedOpt.scrollLeft = static_cast<NestedScrollMode>(backward); in SetNestedScroll() 4877 int32_t scrollLeft = -1; in SetNestedScroll() local 4878 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollLeft"), scrollLeft); in SetNestedScroll() 4879 if (CheckNestedScrollMode(scrollLeft)) { in SetNestedScroll() 4880 nestedOpt.scrollLeft = static_cast<NestedScrollMode>(scrollLeft); in SetNestedScroll()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 2024 > - value为NestedScrollOptionsExt(上下左右四个方向)类型时,scrollUp、scrollDown、scrollLeft、scrollRight默认滚动选项为[Nes… 2079 scrollLeft: NestedScrollMode.SELF_FIRST, 8220 | scrollLeft | [NestedScrollMode](../apis-arkui/arkui-ts/ts-appendix-enums.md#nestedscrollmode10) …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 2024 …e default nested scrolling mode of the **scrollUp**, **scrollDown**, **scrollLeft**, and **scrollR… 2079 scrollLeft: NestedScrollMode.SELF_FIRST, 8216 | scrollLeft | [NestedScrollMode](../apis-arkui/arkui-ts/ts-appendix-enums.md#nestedscrollmode10) …
|