Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DMasterClear.java437 ViewGroup vGroup = (ViewGroup) v; in getContentDescription() local
438 for (int i = 0; i < vGroup.getChildCount(); i++) { in getContentDescription()
439 View nextChild = vGroup.getChildAt(i); in getContentDescription()
/packages/apps/Settings/src/com/android/settings/
DMasterClear.java436 ViewGroup vGroup = (ViewGroup) v; in getContentDescription() local
437 for (int i = 0; i < vGroup.getChildCount(); i++) { in getContentDescription()
438 View nextChild = vGroup.getChildAt(i); in getContentDescription()