List of usage examples for android.view ViewGroup subclass-usage
From source file com.android.liujian.flichrphotos.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 com.example.root.libapp_v1.StaggeredGridView.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.example.firstapp.ViewPager.java
/** * Layout manager that allows the user to flip left and right * through pages of data. */ public class ViewPager extends ViewGroup { private static final String TAG = "ViewPager";
From source file com.example.GoIceland.grids.StaggeredGridView.java
/**
* ListView and GridView just not complex enough? Try StaggeredGridView!
* <p/>
* <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.appdemo.view.staggeredgridview.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
From source file com.get_started.adapters.ViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* <p>Note this class is currently under early design and
From source file com.ad.view.staggeredgridview.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
From source file com.example.fengxiaozheng.mynews.widget.splash.ViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
* <p>
* <p>Note this class is currently under early design and
From source file com.directionalviewpager.ViewPagerEx.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* <p>Note this class is currently under early design and
From source file com.example.samples.viewpager.ViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
* <p/>
* <p>Note this class is currently under early design and