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
126 public GridView(Context context) { method in class:GridView
130 public GridView(Context context, AttributeSet attrs) { method in class:GridView
134 public GridView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:GridView
138 public GridView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:GridView
142 attrs, R.styleable.GridView, defStyleAttr, defStyleRes);
189 * Sets the data behind this GridView.
1727 // a GridView sequentially. Unfortunately this can create an
2094 * the default GridView style, or by a call to {@link #setHorizontalSpacing(int)}.
2095 * If layout is not yet complete or if GridView calculate
[all...]

Completed in 54 milliseconds