Searched refs:tmpSwipeView (Results 1 – 1 of 1) sorted by relevance
159 const UISwipeView* tmpSwipeView = static_cast<const UISwipeView*>(view); in AddSwipeViewField() local160 … 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()