I have a ViewGroup gallery in my app, and every child view is as large as the parent. This means that the parent can only show one child view at a time. However, outside the screen there may be 10 or 20 other child views that are still in this viewgroup - they are just outside of visible rect, but not set to invisible.
Do these views worsen the performance of the viewgroup (when drawing, touch event or sth)? Do more views mean worse performance?