List of usage examples for android.view ViewGroup subclass-usage
From source file com.bofsoft.sdk.widget.menu.slidingmenu.CustomViewAbove.java
/** * The Class CustomViewAbove. */ public class CustomViewAbove extends ViewGroup { /**
From source file com.actionbarsherlock.widget.ActivityChooserView.java
/**
* This class is a view for choosing an activity for handling a given {@link Intent}.
* <p>
* The view is composed of two adjacent buttons:
* <ul>
* <li>
From source file com.android.ex.widget.StaggeredGridView.java
/**
* ListView and GridView just not complex enough? Try StaggeredGridView!
*
* <p>StaggeredGridView presents a multi-column grid with consistent column sizes
* but varying row sizes between the columns. Each successive item from a
* {@link android.widget.ListAdapter ListAdapter} will be arranged from top to bottom,
From source file com.digreamon.android.widget.SlidingPaneLayout.java
/**
* SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level
* of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a
* primary detail view for displaying content.
*
* <p>Child views may overlap if their combined width exceeds the available width
From source file cn.ieclipse.af.view.StaggeredGridView.java
/**
* ListView and GridView just not complex enough? Try StaggeredGridView!
*
* <p>StaggeredGridView presents a multi-column grid with consistent column sizes
* but varying row sizes between the columns. Each successive item from a
* {@link android.widget.ListAdapter ListAdapter} will be arranged from top to bottom,
From source file android.car.ui.provider.CarDrawerLayout.java
/**
* Acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from the edge of the window.
*
* <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
* attribute on child views corresponding to which side of the view you want the drawer
From source file com.example.refresh.draggridview.DraggableGridViewPager.java
/** * Zaker style grid view pager, support dragging & rearrange, using as zaker's main screen. */ public class DraggableGridViewPager extends ViewGroup { private static final String TAG = "DraggableGridViewPager"; private static final boolean DEBUG = false;
From source file com.elight.teaching.custom.DraggableGridViewPager.java
/** * Zaker style grid view pager, support dragging & rearrange, using as zaker's main screen. */ public class DraggableGridViewPager extends ViewGroup { private static final String TAG = "DraggableGridViewPager"; private static final boolean DEBUG = false;
From source file com.actionbarsherlock.custom.widget.HorizonDrawerLayout.java
/**
* DrawerLayout acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from the edge of the window.
*
* <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
* attribute on child views corresponding to which side of the view you want the drawer
From source file com.coco.draggablegridviewpager.DraggableGridViewPager.java
/** * Zaker style grid view pager, support dragging & rearrange, using as zaker's main screen. */ public class DraggableGridViewPager extends ViewGroup { private static final String TAG = "DraggableGridViewPager"; private static final boolean DEBUG = false;