Searched refs:GetCrossIndex (Results 1 – 14 of 14) sorted by relevance
160 float offsetX = childProps->GetCrossIndex().value_or(0) * GRID_WIDTH / 4;196 float offsetX = childProps->GetCrossIndex().value_or(0) * GRID_WIDTH / 6;
56 aceCollectionItemInfo.column = gridItemLayoutProperty->GetCrossIndex().value_or(-1); in GetCollectionItemInfo()
92 auto crossIndex = itemLayoutProperty->GetCrossIndex().value_or(-1); in GetInsertPosition()128 auto crossIndex = itemProperty->GetCrossIndex().value_or(-1); in GetGridItemIndex()
292 property->GetCrossIndex().has_value() in DumpAdvanceInfo()293 …? DumpLog::GetInstance().AddDesc("CrossIndex:" + std::to_string(property->GetCrossIndex().value())) in DumpAdvanceInfo()
655 auto curCrossIndex = curItemProperty->GetCrossIndex().value_or(-1); in GetNextFocusNode()917 auto childCrossIndex = childItemProperty->GetCrossIndex().value_or(-1); in SearchIrregularFocusableChild()1102 auto curCrossIndex = childItemProperty->GetCrossIndex().value_or(-1); in GetChildFocusNodeByIndex()1160 auto curCrossIndex = childItemProperty->GetCrossIndex().value_or(-1); in GetFocusableChildCrossIndexesAt()1195 auto tarCrossIndex = tarItemProperty->GetCrossIndex().value_or(-1); in GetFocusNodeIndex()1565 auto crossIndex = itemProperty->GetCrossIndex().value_or(-1); in UpdateRectOfDraggedInItem()
113 auto crossIndex = layoutInfo_->GetCrossIndex(layoutInfo_->jumpIndex_); in Measure()314 auto crossIndex = layoutInfo_->GetCrossIndex(index); in GetItemPosition()429 float crossSize = itemsCrossSize_.at(layoutInfo_->GetCrossIndex(i)); in ModifyCurrentOffsetWhenReachEnd()
58 int32_t GetCrossIndex(int32_t itemIndex) const override;
25 int32_t WaterFlowLayoutInfo::GetCrossIndex(int32_t itemIndex) const in GetCrossIndex() function in OHOS::Ace::NG::WaterFlowLayoutInfo
61 virtual int32_t GetCrossIndex(int32_t itemIndex) const = 0;
48 auto crossIndex = info->GetCrossIndex(index); in GetItemPosition()
388 int32_t WaterFlowLayoutInfoSW::GetCrossIndex(int32_t itemIndex) const in GetCrossIndex() function in OHOS::Ace::NG::WaterFlowLayoutInfoSW
346 auto crossIndex = layoutInfo_->GetCrossIndex(index); in ScrollToTargetIndex()
1732 auto crossIndex = pattern_->layoutInfo_->GetCrossIndex(10);