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

/frameworks/base/core/java/android/widget/
H A DGridView.java61 public class GridView extends AbsListView { class in inherits:AbsListView
116 public GridView(Context context) { method in class:GridView
120 public GridView(Context context, AttributeSet attrs) { method in class:GridView
124 public GridView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:GridView
128 public GridView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:GridView
132 attrs, com.android.internal.R.styleable.GridView, defStyleAttr, defStyleRes);
179 * Sets the data behind this GridView.
1721 // a GridView sequentially. Unfortunately this can create an
2092 * the default GridView style, or by a call to {@link #setHorizontalSpacing(int)}.
2093 * If layout is not yet complete or if GridView calculate
[all...]

Completed in 41 milliseconds