Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp123 const UIScrollView* tmpScrollView = static_cast<const UIScrollView*>(view); in AddScrollViewField() local
124 cJSON_AddBoolToObject(usr, "xScrollable", tmpScrollView->GetHorizontalScrollState()); in AddScrollViewField()
125 cJSON_AddBoolToObject(usr, "yScrollable", tmpScrollView->GetVerticalScrollState()); in AddScrollViewField()
126 tmpScrollView = nullptr; in AddScrollViewField()