Home
last modified time | relevance | path

Searched refs:scrollSource_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h431 if (lastScrollSource_ != scrollSource_) { in SetScrollSource()
432 AddScrollableFrameInfo(scrollSource_); in SetScrollSource()
434 lastScrollSource_ = scrollSource_; in SetScrollSource()
436 scrollSource_ = scrollSource; in SetScrollSource()
441 return scrollSource_; in GetScrollSource()
923 int32_t scrollSource_ = SCROLL_FROM_NONE; variable
H A Dscrollable_properties.h234 int32_t scrollSource_ = 0; member
243 .append(GetSourceStr(scrollSource_)); in ToString()
H A Dscrollable_pattern.cpp1938 return ScrollablePattern::GetScrollState(scrollSource_); in GetScrollState()
2655 auto source = pattern->ConvertScrollSource(pattern->scrollSource_); in FireObserverOnDidScroll()
2760 auto scrollRes = onScroll(offsetVP, GetScrollState(), ConvertScrollSource(scrollSource_)); in FireOnWillScroll()
3139 id, scrollSource_, finalOffset); in PrintOffsetLog()
3180 .scrollSource_ = scrollSource_, in AddEventsFiredInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_event_test.cpp113 pattern_->scrollSource_ = SCROLL_FROM_UPDATE;
220 pattern_->scrollSource_ = SCROLL_FROM_UPDATE;
246 pattern_->scrollSource_ = SCROLL_FROM_UPDATE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h45 scrollSource_ = scrollSource; in SetScrollSource()
240 int32_t scrollSource_ = SCROLL_FROM_NONE; variable
H A Dgrid_scroll_layout_algorithm.cpp2274 if (scrollSource_ == SCROLL_FROM_NONE) { in ResetOffsetWhenHeightChanged()