| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| D | nestable_scroll_container.cpp | 58 void NestableScrollContainer::SetNestedScroll(const NestedScrollOptions& nestedScroll, bool isFixed… in SetNestedScroll()
|
| D | scrollable_pattern.cpp | 215 auto nestedScroll = GetNestedScroll(); in ToJsonValue() local 1177 void ScrollablePattern::ScrollEndCallback(bool nestedScroll, float velocity) in ScrollEndCallback() 1206 … scrollStartCallback = [weak = WeakClaim(this)](double offset, int32_t source, bool nestedScroll) { in SetScrollBarProxy() 1218 auto scrollEndCallback = [weak = WeakClaim(this)](bool nestedScroll) { in SetScrollBarProxy() 2352 auto nestedScroll = GetNestedScroll(); in HandleScroll() local 2460 auto nestedScroll = GetNestedScroll(); in HandleOverScroll() local 2536 auto nestedScroll = GetNestedScroll(); in OnScrollStartRecursiveInner() local 2569 auto nestedScroll = GetNestedScroll(); in OnScrollEndRecursiveInner() local 2580 auto nestedScroll = GetNestedScroll(); in OnScrollDragEndRecursive() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
| D | refresh_pattern.cpp | 1210 auto nestedScroll = GetNestedScroll(); in HandleScroll() local 1260 auto nestedScroll = GetNestedScroll(); in OnScrollStartRecursive() local 1272 auto nestedScroll = GetNestedScroll(); in HandleScrollVelocity() local 1295 auto nestedScroll = GetNestedScroll(); in OnScrollEndRecursive() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
| D | swiper_attr_test_ng.cpp | 984 auto nestedScroll = pattern_->GetNestedScroll(); variable 1010 auto nestedScroll = pattern_->GetNestedScroll(); variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkWaterFlow.ts | 424 nestedScroll(value: NestedScrollOptions): this { method in ArkWaterFlowComponent
|
| D | ArkGrid.ts | 128 nestedScroll(value: NestedScrollOptions): this { method in ArkGridComponent
|
| D | ArkSwiper.ts | 159 nestedScroll(value: SwiperNestedScrollMode): this { method in ArkSwiperComponent
|
| D | ArkList.ts | 749 nestedScroll(value: NestedScrollOptions): this { method in ArkListComponent
|
| /foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
| D | atomicserviceweb.js | 279 get nestedScroll() { getter in AtomicServiceWeb 283 set nestedScroll(d9) { setter in AtomicServiceWeb
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
| D | web_pattern_test_ng_supplement.cpp | 1562 NestedScrollOptionsExt nestedScroll; variable 1593 NestedScrollOptionsExt nestedScroll; variable
|
| D | web_pattern_keyboard_test_ng.cpp | 65 NestedScrollOptionsExt nestedScroll; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| D | swiper_pattern.cpp | 5738 const auto& nestedScroll = GetNestedScroll(); in NotifyParentScrollStart() local 5773 const auto& nestedScroll = GetNestedScroll(); in NotifyParentScrollEnd() local 5808 const auto nestedScroll = GetNestedScroll(); in HandleScrollVelocity() local 5901 auto nestedScroll = GetNestedScroll(); in HandleScroll() local 6935 auto nestedScroll = GetNestedScroll().forward; in ToJsonValue() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| D | web_pattern.cpp | 5784 void WebPattern::SetNestedScrollExt(const NestedScrollOptionsExt &nestedScroll) in SetNestedScrollExt() 5885 auto nestedScroll = GetNestedScrollExt(); in CheckParentScroll() local 5898 auto nestedScroll = GetNestedScrollExt(); in CheckOverParentScroll() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_pattern.cpp | 2768 auto nestedScroll = GetNestedScroll(); in ToJsonValue() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | arkComponent.js | 6569 nestedScroll(value) { method in ArkGridComponent 19567 nestedScroll(value) { method in ArkScrollComponent 28179 nestedScroll(value) { method in ArkWebComponent 30152 nestedScroll(value) { method in ArkListComponent 30667 nestedScroll(value) { method in ArkSwiperComponent 32728 nestedScroll(value) { method in ArkWaterFlowComponent
|