Home
last modified time | relevance | path

Searched defs:scrollState (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_event_test_ng.cpp94 ScrollState scrollState; variable
492 ScrollState scrollState; variable
575 ScrollState scrollState; variable
630 ScrollState scrollState; variable
690 ScrollState scrollState; variable
753 ScrollState scrollState; variable
809 ScrollState scrollState; variable
864 ScrollState scrollState; variable
925 ScrollState scrollState; variable
986 ScrollState scrollState; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scrollable_base.cpp40 ScrollSource scrollSource) { in JsOnWillScroll()
70 const CalcDimension& scrollOffset, const ScrollState& scrollState) { in JsOnDidScroll()
H A Djs_scroll.cpp222 ScrollSource scrollSource) { in OnWillScrollCallback()
256 … const Dimension& xOffset, const Dimension& yOffset, const ScrollState& scrollState) { in OnDidScrollCallback()
H A Djs_water_flow.cpp489 const CalcDimension& scrollOffset, const ScrollState& scrollState) { in JsOnScroll()
H A Djs_grid.cpp688 const CalcDimension& scrollOffset, const ScrollState& scrollState) { in JsOnScroll()
H A Djs_list.cpp493 const CalcDimension& scrollOffset, const ScrollState& scrollState) { in ScrollCallback()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_scroller_test_ng.cpp265 ScrollState scrollState = ScrollState::IDLE; variable
309 ScrollState scrollState = ScrollState::IDLE; variable
H A Dwater_flow_top_down_test.cpp207 ScrollState scrollState = ScrollState::IDLE; variable
268 ScrollState scrollState = ScrollState::IDLE; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp388 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScrollParentFirst() local
428 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScrollSelfFirst() local
470 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScrollSelfOnly() local
497 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScrollParallel() local
H A Dscroll_position_controller.cpp22 …llEventInfo::ScrollEventInfo(ScrollEvent type, double scrollX, double scrollY, int32_t scrollState) in ScrollEventInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_event_test.cpp367 ScrollState scrollState = ScrollState::IDLE; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1982 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScrollParentFirst() local
2026 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScrollSelfFirst() local
2069 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScrollSelfOnly() local
2095 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScrollParallel() local
2217 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in HandleScroll() local
2561 auto scrollState = GetScrollState(); in FireOnScroll() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.cpp422 auto scrollState = GetScrollState(); in FireOnDidScroll() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp1339 const ScrollState& scrollState, ScrollSource scrollSource) { in SetOnListWillScroll()
1383 const CalcDimension& scrollOffset, const ScrollState& scrollState) { in SetOnListDidScroll()
H A Darkts_native_scroll_bridge.cpp757 … Dimension yOffset, ScrollState state, ScrollSource scrollState) -> TwoDimensionScrollResult { in SetScrollOnWillScroll()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h777 virtual void OnScrollState(bool scrollState) {} in OnScrollState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp1013 void WebClientImpl::OnScrollState(bool scrollState) in OnScrollState()
H A Dweb_delegate.cpp6620 void WebDelegate::OnScrollState(bool scrollState) in OnScrollState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp755 auto onScroll = [node, extraParam](Dimension scrollOffset, ScrollState scrollState) { in SetOnListScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp2422 …ScrollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCRO… in GetSheetTypeWithAuto() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5690 void WebPattern::OnScrollState(bool scrollState) in OnScrollState()