Searched refs:itemDisplayStartIndex_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_attr_test_ng.cpp | 1887 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 3); 1896 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 4); 1905 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 3); 1914 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 1); 1923 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 1); 1932 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 1); 1963 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 4); 1972 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 6); 1981 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 6); 1990 EXPECT_EQ(groupPattern->itemDisplayStartIndex_, 4); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_pattern.h | 211 return itemDisplayStartIndex_; in GetDisplayStartIndexInGroup() 231 return itemDisplayStartIndex_ == 0; in IsDisplayStart() 340 int32_t itemDisplayStartIndex_ = -1; variable
|
H A D | list_item_group_pattern.cpp | 87 … DumpLog::GetInstance().AddDesc("itemDisplayStartIndex:" + std::to_string(itemDisplayStartIndex_)); in DumpAdvanceInfo() 163 itemDisplayStartIndex_ = layoutAlgorithm->GetStartIndex(); in OnDirtyLayoutWrapperSwap()
|