Searched refs:StaggeredGridView (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java43 * ListView and GridView just not complex enough? Try StaggeredGridView!
45 * <p>StaggeredGridView presents a multi-column grid with consistent column sizes
56 public class StaggeredGridView extends ViewGroup { class in inherits:ViewGroup
57 private static final String TAG = "StaggeredGridView";
62 * to StaggeredGridView.
197 public StaggeredGridView(Context context) { method in class:StaggeredGridView
201 public StaggeredGridView(Context context, AttributeSet attrs) { method in class:StaggeredGridView
205 public StaggeredGridView(Context context, AttributeSet attrs, int defStyle) { method in class:StaggeredGridView
300 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
336 mActivePointerId + " - did StaggeredGridView receiv
[all...]

Completed in 27 milliseconds