It is not the array list that bounces, it is its content... The list is an abstract object, but the objects it holds can be displayed and moved.
As said, you have to wrap the images in a class holding the coordinates and direction of the image, and iterate on the list to move and display each element.