There is an ExpandableListView in which each parent (group) item has several child elements of the group (child).
Each child element (child) has an element on which OnTouchListener hung.
If you swipe one child item (causes animation and changes the visibility of an element in the layout of a child item), then scrolling through the list, then other items (even within the same group) will have the result of the animation.
Does anyone know how to deal with this?