Home
last modified time | relevance | path

Searched defs:nestedScroll (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dnestable_scroll_container.cpp59 void NestableScrollContainer::SetNestedScroll(const NestedScrollOptions& nestedScroll, bool isFixed… in SetNestedScroll()
Dscrollable_pattern.cpp191 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/
Drefresh_pattern.cpp1151 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/
Dswiper_attr_test_ng.cpp866 auto nestedScroll = pattern_->GetNestedScroll(); variable
891 auto nestedScroll = pattern_->GetNestedScroll(); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkWaterFlow.ts335 nestedScroll(value: NestedScrollOptions): this { method in ArkWaterFlowComponent
DArkGrid.ts136 nestedScroll(value: NestedScrollOptions): this { method in ArkGridComponent
DArkSwiper.ts137 nestedScroll(value: SwiperNestedScrollMode): this { method in ArkSwiperComponent
DArkList.ts750 nestedScroll(value: NestedScrollOptions): this { method in ArkListComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp4928 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/
Dweb_pattern.cpp5786 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/
Dlist_pattern.cpp2358 auto nestedScroll = GetNestedScroll(); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js6034 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