Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java208 LinearLayout flagBuilder = mLayout.findViewById(R.id.build_intent_flags); in currentIntent() local
211 childrenOfGroup(flagBuilder, CheckBox.class) in currentIntent()
298 ViewGroup flagBuilder = (LinearLayout) layout.findViewById(R.id.build_intent_flags); in getAllCheckBoxes() local
300 for (int i = 0; i < flagBuilder.getChildCount(); i++) { in getAllCheckBoxes()
301 View child = flagBuilder.getChildAt(i); in getAllCheckBoxes()