List of usage examples for android.view ViewGroup subclass-usage
From source file com.cjj.staggeredgridview.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.android.leanlauncher.Workspace.java
/** * The workspace is a wide area with a wallpaper and a single page. * The page contains a number of icons, folders or widgets the user can * interact with. A workspace is meant to be used with a fixed width only. */ public class Workspace extends ViewGroup implements DropTarget, DragSource, View.OnTouchListener,
From source file cn.panorama.slook.utils.stagger.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 ListAdapter ListAdapter} will be arranged from top to bottom,
From source file android.support.v7.widget.GridLayout.java
/**
* A layout that places its children in a rectangular <em>grid</em>.
* <p>
* The grid is composed of a set of infinitely thin lines that separate the
* viewing area into <em>cells</em>. Throughout the API, grid lines are referenced
* by grid <em>indices</em>. A grid with {@code N} columns
From source file com.folioreader.view.HorizontalViewPager.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.gome.ecmall.custom.VerticalViewPager.java
public class VerticalViewPager extends ViewGroup { private static final String TAG = "ViewPager"; private static final boolean DEBUG = false; private static final boolean USE_CACHE = false;
From source file com.autoscrollloopviewpager.widget.LoopViewPager.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.emoiluj.doubleviewpager.HorizontalViewPager.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.cncom.app.common.uikit.component.LoopViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link android.support.v4.view.PagerAdapter} to generate the pages that the view shows.
*
* <p>Note this class is currently under early design and
From source file com.android.internal.widget.ViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link android.support.v4.view.PagerAdapter} to generate the pages that the view shows.
*
* <p>Note this class is currently under early design and