Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DMainClear.java444 ViewGroup vGroup = (ViewGroup) v; in getContentDescription() local
445 for (int i = 0; i < vGroup.getChildCount(); i++) { in getContentDescription()
446 View nextChild = vGroup.getChildAt(i); in getContentDescription()