for(int i = 0; i < myGridView.getChildCount(); i++) { TextView child = (TextView) mGridView.getChildAt(i); // do stuff with child view }