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

/frameworks/base/core/java/android/widget/
H A DGridView.java49 public class GridView extends AbsListView { class in inherits:AbsListView
99 public GridView(Context context) { method in class:GridView
103 public GridView(Context context, AttributeSet attrs) { method in class:GridView
107 public GridView(Context context, AttributeSet attrs, int defStyle) { method in class:GridView
111 com.android.internal.R.styleable.GridView, defStyle, 0);
158 * Sets the data behind this GridView.
1601 // a GridView sequentially. Unfortunately this can create an

Completed in 232 milliseconds