Searched refs:tmpScrollView (Results 1 – 1 of 1) sorted by relevance
123 const UIScrollView* tmpScrollView = static_cast<const UIScrollView*>(view); in AddScrollViewField() local124 cJSON_AddBoolToObject(usr, "xScrollable", tmpScrollView->GetHorizontalScrollState()); in AddScrollViewField()125 cJSON_AddBoolToObject(usr, "yScrollable", tmpScrollView->GetVerticalScrollState()); in AddScrollViewField()126 tmpScrollView = nullptr; in AddScrollViewField()