Home
last modified time | relevance | path

Searched refs:GetVerticalScrollState (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/ui/test/unittest/components/
Dui_scroll_view_unit_test.cpp116 EXPECT_EQ(scrollView_->GetVerticalScrollState(), false);
119 EXPECT_EQ(scrollView_->GetVerticalScrollState(), true);
/foundation/graphic/ui/interfaces/kits/components/
Dui_scroll_view.h220 bool GetVerticalScrollState() const in GetVerticalScrollState() function
/foundation/graphic/ui/frameworks/dfx/
Dui_dump_dom_tree.cpp125 cJSON_AddBoolToObject(usr, "yScrollable", tmpScrollView->GetVerticalScrollState()); in AddScrollViewField()