Home
last modified time | relevance | path

Searched refs:GetLoopState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_list_unit_test.cpp135 EXPECT_EQ(false, list_->GetLoopState());
138 EXPECT_EQ(true, list_->GetLoopState());
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_list.h304 bool GetLoopState() const in GetLoopState() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp132 cJSON_AddBoolToObject(usr, "isLoopList", tmpList->GetLoopState()); in AddListField()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp454 if (state == list_.GetLoopState()) { in SetLoopState()