Home
last modified time | relevance | path

Searched refs:vGroup (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DMasterClear.java184 ViewGroup vGroup = (ViewGroup) v; in getContentDescription() local
185 for (int i = 0; i < vGroup.getChildCount(); i++) { in getContentDescription()
186 View nextChild = vGroup.getChildAt(i); in getContentDescription()