Searched defs:GridView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java66 public class GridView extends AbsListView { class in inherits:AbsListView
121 public GridView(Context context) { method in class:GridView
125 public GridView(Context context, AttributeSet attrs) { method in class:GridView
129 public GridView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:GridView
133 public GridView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:GridView
137 attrs, R.styleable.GridView, defStyleAttr, defStyleRes);
184 * Sets the data behind this GridView.
1715 // a GridView sequentially. Unfortunately this can create an
2085 * the default GridView style, or by a call to {@link #setHorizontalSpacing(int)}.
2086 * If layout is not yet complete or if GridView calculate
[all...]

Completed in 881 milliseconds