| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| D | nestable_scroll_container.cpp | 59 void NestableScrollContainer::SetNestedScroll(const NestedScrollOptions& nestedScroll, bool isFixed… in SetNestedScroll()
|
| D | scrollable_pattern.cpp | 191 auto nestedScroll = GetNestedScroll(); in ToJsonValue() local 1060 void ScrollablePattern::ScrollEndCallback(bool nestedScroll, float velocity) in ScrollEndCallback() 1072 … auto scrollFunction = [weak = WeakClaim(this)](double offset, int32_t source, bool nestedScroll) { in SetScrollBarProxy() 1085 … scrollStartCallback = [weak = WeakClaim(this)](double offset, int32_t source, bool nestedScroll) { in SetScrollBarProxy() 1096 auto scrollEndCallback = [weak = WeakClaim(this)](bool nestedScroll) { in SetScrollBarProxy() 2166 auto nestedScroll = GetNestedScroll(); in HandleScroll() local 2254 auto nestedScroll = GetNestedScroll(); in HandleScrollableOverScroll() local 2264 auto nestedScroll = GetNestedScroll(); in HandleOverScroll() local 2335 auto nestedScroll = GetNestedScroll(); in OnScrollStartRecursiveInner() local 2368 auto nestedScroll = GetNestedScroll(); in OnScrollEndRecursiveInner() local [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
| D | refresh_pattern.cpp | 1151 auto nestedScroll = GetNestedScroll(); in HandleScroll() local 1200 auto nestedScroll = GetNestedScroll(); in OnScrollStartRecursive() local 1212 auto nestedScroll = GetNestedScroll(); in HandleScrollVelocity() local 1235 auto nestedScroll = GetNestedScroll(); in OnScrollEndRecursive() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
| D | swiper_attr_test_ng.cpp | 866 auto nestedScroll = pattern_->GetNestedScroll(); variable 891 auto nestedScroll = pattern_->GetNestedScroll(); variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkWaterFlow.ts | 335 nestedScroll(value: NestedScrollOptions): this { method in ArkWaterFlowComponent
|
| D | ArkGrid.ts | 136 nestedScroll(value: NestedScrollOptions): this { method in ArkGridComponent
|
| D | ArkSwiper.ts | 145 nestedScroll(value: SwiperNestedScrollMode): this { method in ArkSwiperComponent
|
| D | ArkList.ts | 750 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/frameworks/core/components_ng/pattern/swiper/ |
| D | swiper_pattern.cpp | 5100 const auto& nestedScroll = GetNestedScroll(); in NotifyParentScrollStart() local 5135 const auto& nestedScroll = GetNestedScroll(); in NotifyParentScrollEnd() local 5173 const auto nestedScroll = GetNestedScroll(); in HandleScrollVelocity() local 5255 auto nestedScroll = GetNestedScroll(); in HandleScroll() local 6228 auto nestedScroll = GetNestedScroll().forward; in ToJsonValue() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| D | web_pattern.cpp | 5293 void WebPattern::SetNestedScrollExt(const NestedScrollOptionsExt &nestedScroll) in SetNestedScrollExt() 5405 auto nestedScroll = GetNestedScrollExt(); in CheckParentScroll() local 5418 auto nestedScroll = GetNestedScrollExt(); in CheckOverParentScroll() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_pattern.cpp | 2354 auto nestedScroll = GetNestedScroll(); in ToJsonValue() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | arkComponent.js | 6118 nestedScroll(value) { method in ArkGridComponent 18037 nestedScroll(value) { method in ArkScrollComponent 25807 nestedScroll(value) { method in ArkWebComponent 27997 nestedScroll(value) { method in ArkListComponent 28501 nestedScroll(value) { method in ArkSwiperComponent 30284 nestedScroll(value) { method in ArkWaterFlowComponent
|