Searched refs:vGroup (Results 1 – 1 of 1) sorted by relevance
444 ViewGroup vGroup = (ViewGroup) v; in getContentDescription() local445 for (int i = 0; i < vGroup.getChildCount(); i++) { in getContentDescription()446 View nextChild = vGroup.getChildAt(i); in getContentDescription()