Searched refs:scrollAlign (Results 1 – 4 of 4) sorted by relevance
263 auto scrollAlign = ScrollAlign::START; in GetScrollAlignByScrollSnapAlign() local265 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() local1282 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()
60 ScrollAlign scrollAlign = ScrollAlign::START; member
2136 …if (listMainSizeValues.jumpIndexInGroup.has_value() && listMainSizeValues.scrollAlign == ScrollAli… in PredictBuildGroup()
781 std::vector<std::string> scrollAlign = { "START", "CENTER", "END", "AUTO", "NONE" }; in DumpAdvanceInfo() local795 …DumpLog::GetInstance().AddDesc("ScrollAlign:" + scrollAlign[static_cast<int32_t>(layoutInfo_->alig… in DumpAdvanceInfo()