Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp159 const UISwipeView* tmpSwipeView = static_cast<const UISwipeView*>(view); in AddSwipeViewField() local
160 … cJSON_AddNumberToObject(usr, "currentIndex", static_cast<double>(tmpSwipeView->GetCurrentPage())); in AddSwipeViewField()
161 cJSON_AddNumberToObject(usr, "direction", static_cast<double>(tmpSwipeView->GetDirection())); in AddSwipeViewField()
162 tmpSwipeView = nullptr; in AddSwipeViewField()