Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java211 childrenOfGroup(flagBuilder, CheckBox.class) in currentIntent()
314 protected static <T> List<T> childrenOfGroup(ViewGroup group, Class<T> viewType) { in childrenOfGroup() method in IntentBuilderView