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

/frameworks/base/core/java/android/widget/
H A DTableRow.java31 * <p>A layout that arranges its children horizontally. A TableRow should
33 * TableRow's parent is not a TableLayout, the TableRow will behave as
36 * <p>The children of a TableRow do not need to specify the
38 * XML file. TableRow always enforces those values to be respectively
43 * Also see {@link TableRow.LayoutParams android.widget.TableRow.LayoutParams}
46 public class TableRow extends LinearLayout { class in inherits:LinearLayout
55 * <p>Creates a new TableRow for the given context.</p>
59 public TableRow(Contex method in class:TableRow
71 public TableRow(Context context, AttributeSet attrs) { method in class:TableRow
[all...]

Completed in 56 milliseconds