| /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 1056 void ScrollablePattern::ScrollEndCallback(bool nestedScroll, float velocity) in ScrollEndCallback() 1068 … auto scrollFunction = [weak = WeakClaim(this)](double offset, int32_t source, bool nestedScroll) { in SetScrollBarProxy() 1081 … scrollStartCallback = [weak = WeakClaim(this)](double offset, int32_t source, bool nestedScroll) { in SetScrollBarProxy() 1092 auto scrollEndCallback = [weak = WeakClaim(this)](bool nestedScroll) { in SetScrollBarProxy() 2145 auto nestedScroll = GetNestedScroll(); in HandleOutBoundary() local 2179 … auto nestedScroll = Positive(offset) ? nestedScrollOptions.backward : nestedScrollOptions.forward; in HandleSelfOutBoundary() local 2213 auto nestedScroll = GetNestedScroll(); in HandleScroll() local 2299 auto nestedScroll = GetNestedScroll(); in HandleScrollableOverScroll() local 2309 auto nestedScroll = GetNestedScroll(); in HandleOverScroll() 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 | 137 nestedScroll(value: SwiperNestedScrollMode): this { method in ArkSwiperComponent
|
| D | ArkList.ts | 750 nestedScroll(value: NestedScrollOptions): this { method in ArkListComponent
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| D | swiper_pattern.cpp | 4928 const auto& nestedScroll = GetNestedScroll(); in NotifyParentScrollStart() local 4963 const auto& nestedScroll = GetNestedScroll(); in NotifyParentScrollEnd() local 5001 const auto nestedScroll = GetNestedScroll(); in HandleScrollVelocity() local 5047 auto nestedScroll = GetNestedScroll(); in HandleScroll() local 5873 auto nestedScroll = GetNestedScroll().forward; in ToJsonValue() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| D | web_pattern.cpp | 5786 void WebPattern::SetNestedScrollExt(const NestedScrollOptionsExt &nestedScroll) in SetNestedScrollExt() 5908 auto nestedScroll = GetNestedScrollExt(); in CheckParentScroll() local 5921 auto nestedScroll = GetNestedScrollExt(); in CheckOverParentScroll() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_pattern.cpp | 2358 auto nestedScroll = GetNestedScroll(); in ToJsonValue() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | arkComponent.js | 6034 nestedScroll(value) { method in ArkGridComponent 17645 nestedScroll(value) { method in ArkScrollComponent 25322 nestedScroll(value) { method in ArkWebComponent 27506 nestedScroll(value) { method in ArkListComponent 28007 nestedScroll(value) { method in ArkSwiperComponent 29506 nestedScroll(value) { method in ArkWaterFlowComponent
|