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

/frameworks/base/core/java/android/widget/
H A DGridView.java51 public class GridView extends AbsListView { class in inherits:AbsListView
101 public GridView(Context context) { method in class:GridView
105 public GridView(Context context, AttributeSet attrs) { method in class:GridView
109 public GridView(Context context, AttributeSet attrs, int defStyle) { method in class:GridView
113 com.android.internal.R.styleable.GridView, defStyle, 0);
160 * Sets the data behind this GridView.
1625 // a GridView sequentially. Unfortunately this can create an
1996 * the default GridView style, or by a call to {@link #setHorizontalSpacing(int)}.
1997 * If layout is not yet complete or if GridView calculated a different horizontal spacing
2250 event.setClassName(GridView
[all...]

Completed in 59 milliseconds