102103104105106107108109110111112
// exist - get the existing canvas else { // get the surface surface = fIdToSurface.get(id); surface.clear(); // find the position of this id, and put it at the end of our draw list fIds.remove(id); fIds.add(id); }