Acho q desse jeito vc pega tudo, ai é só ver o que é o que e mudar a cor.
http://stackoverflow.com/questions/7784418/get-all-child-views-inside-linearlayout-at-once
use getChildCount() and also getChildAt() like this may be
int childcount = ll.getChildCount();
for (int i=0; i < childcount; i++){
View v = ll.getChildAt(i);
}
Temas não resolvem seu problema?