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

/frameworks/base/core/java/android/widget/
H A DGridLayout.java52 * through {@code N} inclusive. Regardless of how GridLayout is
60 * by their {@link GridLayout.LayoutParams#rowSpec rowSpec} and
61 * {@link GridLayout.LayoutParams#columnSpec columnSpec} layout parameters.
64 * Although cells do not normally overlap in a GridLayout, GridLayout does
72 * wishes to occupy, GridLayout assigns cell locations automatically using its:
73 * {@link GridLayout#setOrientation(int) orientation},
74 * {@link GridLayout#setRowCount(int) rowCount} and
75 * {@link GridLayout#setColumnCount(int) columnCount} properties.
88 * {@link GridLayout#setUseDefaultMargin
147 public class GridLayout extends ViewGroup { class in inherits:ViewGroup
246 public GridLayout(Context context, AttributeSet attrs, int defStyle) { method in class:GridLayout
269 public GridLayout(Context context, AttributeSet attrs) { method in class:GridLayout
276 public GridLayout(Context context) { method in class:GridLayout
[all...]

Completed in 136 milliseconds