Home
last modified time | relevance | path

Searched refs:EMPTY_JUMP_INDEX (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_info_base.h27 constexpr int32_t EMPTY_JUMP_INDEX = -2; variable
200 int32_t jumpIndex_ = EMPTY_JUMP_INDEX;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h55 constexpr int32_t EMPTY_JUMP_INDEX = -2; variable
376 int32_t jumpIndex_ = EMPTY_JUMP_INDEX;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp120 layoutInfo_->jumpIndex_ = EMPTY_JUMP_INDEX; in Measure()
127 if (layoutInfo_->jumpIndex_ != EMPTY_JUMP_INDEX) { in Measure()
377 layoutInfo_->jumpIndex_ = EMPTY_JUMP_INDEX; in FillViewport()
H A Dwater_flow_segmented_layout.cpp63 if (info_->jumpIndex_ != EMPTY_JUMP_INDEX) { in Measure()
65 info_->jumpIndex_ = EMPTY_JUMP_INDEX; in Measure()
142 if (info->endIndex_ == -1 || info->jumpIndex_ != EMPTY_JUMP_INDEX) { in PrepareJump()
H A Dwater_flow_layout_info.cpp250 jumpIndex_ = EMPTY_JUMP_INDEX; in Reset()
560 jumpIndex_ = EMPTY_JUMP_INDEX; in JumpTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp48 if (info_.jumpIndex_ != EMPTY_JUMP_INDEX) { in Measure()
331 info_.jumpIndex_ = EMPTY_JUMP_INDEX; in Jump()
347 info_.jumpIndex_ = EMPTY_JUMP_INDEX; in Jump()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_test_ng.cpp690 EXPECT_EQ(pattern_->GetGridLayoutInfo().jumpIndex_, EMPTY_JUMP_INDEX);
817 EXPECT_EQ(pattern_->GetGridLayoutInfo().jumpIndex_, EMPTY_JUMP_INDEX);
820 EXPECT_EQ(pattern_->GetGridLayoutInfo().jumpIndex_, EMPTY_JUMP_INDEX);
881 EXPECT_EQ(pattern_->GetGridLayoutInfo().jumpIndex_, EMPTY_JUMP_INDEX);
883 EXPECT_EQ(pattern_->GetGridLayoutInfo().jumpIndex_, EMPTY_JUMP_INDEX);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp318 layoutInfo_->jumpIndex_ = EMPTY_JUMP_INDEX; in OnDirtyLayoutWrapperSwap()
530 if (index > EMPTY_JUMP_INDEX && index < itemCnt) { in ScrollToIndex()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp328 EXPECT_EQ(info.jumpIndex_, EMPTY_JUMP_INDEX);
336 EXPECT_EQ(info.jumpIndex_, EMPTY_JUMP_INDEX);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp45 if (info_->jumpIndex_ != EMPTY_JUMP_INDEX) { in Measure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_segment_layout_test.cpp586 EXPECT_EQ(info->jumpIndex_, EMPTY_JUMP_INDEX);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp389 gridLayoutInfo_.jumpIndex_ = EMPTY_JUMP_INDEX; in FillGridViewportAndMeasureChildren()