Home
last modified time | relevance | path

Searched refs:GetCrossIndex (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp160 float offsetX = childProps->GetCrossIndex().value_or(0) * GRID_WIDTH / 4;
196 float offsetX = childProps->GetCrossIndex().value_or(0) * GRID_WIDTH / 6;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_accessibility_property.cpp56 aceCollectionItemInfo.column = gridItemLayoutProperty->GetCrossIndex().value_or(-1); in GetCollectionItemInfo()
H A Dgrid_event_hub.cpp92 auto crossIndex = itemLayoutProperty->GetCrossIndex().value_or(-1); in GetInsertPosition()
128 auto crossIndex = itemProperty->GetCrossIndex().value_or(-1); in GetGridItemIndex()
H A Dgrid_item_pattern.cpp292 property->GetCrossIndex().has_value() in DumpAdvanceInfo()
293 …? DumpLog::GetInstance().AddDesc("CrossIndex:" + std::to_string(property->GetCrossIndex().value())) in DumpAdvanceInfo()
H A Dgrid_pattern.cpp655 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp113 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()
H A Dwater_flow_layout_info.h58 int32_t GetCrossIndex(int32_t itemIndex) const override;
H A Dwater_flow_layout_info.cpp25 int32_t WaterFlowLayoutInfo::GetCrossIndex(int32_t itemIndex) const in GetCrossIndex() function in OHOS::Ace::NG::WaterFlowLayoutInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_info_base.h61 virtual int32_t GetCrossIndex(int32_t itemIndex) const = 0;
H A Dwater_flow_layout_utils.cpp48 auto crossIndex = info->GetCrossIndex(index); in GetItemPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.h58 int32_t GetCrossIndex(int32_t itemIndex) const override;
H A Dwater_flow_layout_info_sw.cpp388 int32_t WaterFlowLayoutInfoSW::GetCrossIndex(int32_t itemIndex) const in GetCrossIndex() function in OHOS::Ace::NG::WaterFlowLayoutInfoSW
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp346 auto crossIndex = layoutInfo_->GetCrossIndex(index); in ScrollToTargetIndex()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_test_ng.cpp1732 auto crossIndex = pattern_->layoutInfo_->GetCrossIndex(10);