Home
last modified time | relevance | path

Searched refs:scrollableFrameInfos_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h1005 std::list<ScrollableFrameInfo> scrollableFrameInfos_; variable
H A Dscrollable_pattern.cpp3186 if (scrollableFrameInfos_.size() >= SCROLLABLE_FRAME_INFO_COUNT) { in AddScrollableFrameInfo()
3187 scrollableFrameInfos_.pop_front(); in AddScrollableFrameInfo()
3194 scrollableFrameInfos_.push_back(ScrollableFrameInfo({ in AddScrollableFrameInfo()
3373 for (const auto& info : scrollableFrameInfos_) { in DumpAdvanceInfo()