Home
last modified time | relevance | path

Searched refs:scrollAlign (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp263 auto scrollAlign = ScrollAlign::START; in GetScrollAlignByScrollSnapAlign() local
265 CHECK_NULL_RETURN(host, scrollAlign); in GetScrollAlignByScrollSnapAlign()
267 CHECK_NULL_RETURN(listProperty, scrollAlign); in GetScrollAlignByScrollSnapAlign()
270 scrollAlign = ScrollAlign::CENTER; in GetScrollAlignByScrollSnapAlign()
272 return scrollAlign; in GetScrollAlignByScrollSnapAlign()
1278 auto scrollAlign = ScrollAlign::END; in ScrollListItemGroupForFocus() local
1282 scrollAlign = moveStep < 0 ? ScrollAlign::END : ScrollAlign::START; in ScrollListItemGroupForFocus()
1284 scrollAlign = moveStep < 0 ? ScrollAlign::START : ScrollAlign::END; in ScrollListItemGroupForFocus()
1288 ScrollToIndex(nextIndex, nextIndexInGroup, scrollAlign); in ScrollListItemGroupForFocus()
H A Dlist_item_group_pattern.h60 ScrollAlign scrollAlign = ScrollAlign::START; member
H A Dlist_layout_algorithm.cpp2136 …if (listMainSizeValues.jumpIndexInGroup.has_value() && listMainSizeValues.scrollAlign == ScrollAli… in PredictBuildGroup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp781 std::vector<std::string> scrollAlign = { "START", "CENTER", "END", "AUTO", "NONE" }; in DumpAdvanceInfo() local
795 …DumpLog::GetInstance().AddDesc("ScrollAlign:" + scrollAlign[static_cast<int32_t>(layoutInfo_->alig… in DumpAdvanceInfo()