Home
last modified time | relevance | path

Searched refs:listView (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dlist_tdd_test.cpp61 UIList* listView = reinterpret_cast<UIList *>(component->GetComponentRootView()); in ListTest001() local
72 if (strcmp(className, typeid(*listView).name()) == 0 && in ListTest001()
73 reinterpret_cast<UIList *>(listView)->GetDirection() == UIList::HORIZONTAL) { in ListTest001()
78 EXPECT_TRUE(strcmp(className, typeid(*listView).name()) == 0 && in ListTest001()
79 reinterpret_cast<UIList *>(listView)->GetDirection() == UIList::HORIZONTAL); in ListTest001()
102 UIViewGroup* listView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ListTest002() local
114 if (strcmp(className, typeid(*listView).name()) == 0 && in ListTest002()
115 reinterpret_cast<UIList *>(listView)->GetDirection() == vertical) { in ListTest002()
120 EXPECT_TRUE(strcmp(className, typeid(*listView).name()) == 0 && in ListTest002()
121 reinterpret_cast<UIList *>(listView) in ListTest002()
143 UIViewGroup* listView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); ListTest003() local
185 UIViewGroup* listView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); ListTest004() local
[all...]
/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp56 UIView* listView = RootView::GetInstance()->GetChildById(UI_TEST_MAIN_LIST_ID); in EnterSubMenu() local
57 if (listView == nullptr) { in EnterSubMenu()
69 reinterpret_cast<UIList*>(listView)->RefreshList(); in EnterSubMenu()

Completed in 2 milliseconds