Home
last modified time | relevance | path

Searched defs:nestedScroll (Results 1 – 13 of 13) 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
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/
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.ts145 nestedScroll(value: SwiperNestedScrollMode): this { method in ArkSwiperComponent
DArkList.ts750 nestedScroll(value: NestedScrollOptions): this { method in ArkListComponent
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
Datomicserviceweb.js279 get nestedScroll() { getter in AtomicServiceWeb
283 set nestedScroll(d9) { setter in AtomicServiceWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp5100 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/
Dweb_pattern.cpp5293 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/
Dlist_pattern.cpp2354 auto nestedScroll = GetNestedScroll(); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js6118 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