Uses of Class
android.view.ViewGroup

Packages that use ViewGroup
android.animation   
android.app   
android.appwidget   
android.gesture   
android.preference   
android.view   
android.webkit   
android.widget   
 

Uses of ViewGroup in android.animation
 

Methods in android.animation with parameters of type ViewGroup
 void LayoutTransition.addChild(ViewGroup parent, View child)
           
 void LayoutTransition.TransitionListener.endTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType)
           
 void LayoutTransition.hideChild(ViewGroup parent, View child)
           
 void LayoutTransition.removeChild(ViewGroup parent, View child)
           
 void LayoutTransition.showChild(ViewGroup parent, View child)
           
 void LayoutTransition.TransitionListener.startTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType)
           
 

Uses of ViewGroup in android.app
 

Subclasses of ViewGroup in android.app
 class FragmentBreadCrumbs
           
 

Methods in android.app with parameters of type ViewGroup
 View Fragment.onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
           
 View ListFragment.onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
           
 

Uses of ViewGroup in android.appwidget
 

Subclasses of ViewGroup in android.appwidget
 class AppWidgetHostView
           
 

Uses of ViewGroup in android.gesture
 

Subclasses of ViewGroup in android.gesture
 class GestureOverlayView
           
 

Uses of ViewGroup in android.preference
 

Methods in android.preference with parameters of type ViewGroup
 View Preference.getView(View convertView, ViewGroup parent)
           
 View PreferenceFragment.onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
           
protected  View Preference.onCreateView(ViewGroup parent)
           
 

Uses of ViewGroup in android.view
 

Methods in android.view with parameters of type ViewGroup
 View FocusFinder.findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas)
           
 View FocusFinder.findNextFocus(ViewGroup root, View focused, int direction)
           
 View FocusFinder.findNextFocusFromRect(ViewGroup root, Rect focusedRect, int direction)
           
static View View.inflate(Context context, int resource, ViewGroup root)
           
 View LayoutInflater.inflate(int resource, ViewGroup root)
           
 View LayoutInflater.inflate(int resource, ViewGroup root, boolean attachToRoot)
           
 View LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser parser, ViewGroup root)
           
 View LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser parser, ViewGroup root, boolean attachToRoot)
           
 boolean View.AccessibilityDelegate.onRequestSendAccessibilityEvent(ViewGroup host, View child, AccessibilityEvent event)
           
 

Uses of ViewGroup in android.webkit
 

Subclasses of ViewGroup in android.webkit
 class WebView
           
 

Methods in android.webkit with parameters of type ViewGroup
 View WebViewFragment.onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
           
 

Uses of ViewGroup in android.widget
 

Subclasses of ViewGroup in android.widget
 class AbsListView
           
 class AbsoluteLayout
          Deprecated. 
 class AbsSpinner
           
 class AdapterView<T extends Adapter>
           
 class AdapterViewAnimator
           
 class AdapterViewFlipper
           
 class CalendarView
           
 class DatePicker
           
 class DialerFilter
           
 class ExpandableListView
           
 class FrameLayout
           
 class Gallery
           
 class GridLayout
           
 class GridView
           
 class HorizontalScrollView
           
 class ImageSwitcher
           
 class LinearLayout
           
 class ListView
           
 class MediaController
           
 class NumberPicker
           
 class RadioGroup
           
 class RelativeLayout
           
 class ScrollView
           
 class SearchView
           
 class SlidingDrawer
           
 class Spinner
           
 class StackView
           
 class TabHost
           
 class TableLayout
           
 class TableRow
           
 class TabWidget
           
 class TextSwitcher
           
 class TimePicker
           
 class TwoLineListItem
           
 class ViewAnimator
           
 class ViewFlipper
           
 class ViewSwitcher
           
 class ZoomControls
           
 

Methods in android.widget that return ViewGroup
 ViewGroup ZoomButtonsController.getContainer()
           
 

Methods in android.widget with parameters of type ViewGroup
 View RemoteViews.apply(Context context, ViewGroup parent)
           
 View SimpleExpandableListAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View CursorTreeAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View ExpandableListAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View SpinnerAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View SimpleAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View BaseAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View CursorAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View ArrayAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View SimpleExpandableListAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 View CursorTreeAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 View ExpandableListAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 View SimpleAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View HeaderViewListAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View CursorAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View ArrayAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View Adapter.getView(int position, View convertView, ViewGroup parent)
           
 View SimpleExpandableListAdapter.newChildView(boolean isLastChild, ViewGroup parent)
           
 View ResourceCursorTreeAdapter.newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
           
protected abstract  View CursorTreeAdapter.newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
           
 View ResourceCursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View CursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View SimpleExpandableListAdapter.newGroupView(boolean isExpanded, ViewGroup parent)
           
 View ResourceCursorTreeAdapter.newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
           
protected abstract  View CursorTreeAdapter.newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
           
 View ResourceCursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
abstract  View CursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
 



Copyright © 2008-2012. All Rights Reserved.