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

/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/widget/
H A DTableLayout.java21 public class TableLayout extends ViewGroup { class in inherits:ViewGroup
/frameworks/base/tools/layoutlib/create/tests/data/
H A Dmock_android.jarMETA-INF/MANIFEST.MF java/lang/JavaClass.class JavaClass.java package java.lang public ...
/frameworks/base/core/java/android/widget/
H A DTableLayout.java31 * A TableLayout consists of a number of {@link android.widget.TableRow} objects,
33 * explained below). TableLayout containers do not display border lines for
40 * column. However, a TableLayout can specify certain columns as shrinkable or
53 * <p>The children of a TableLayout cannot specify the <code>layout_width</code>
56 * is {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}. If the child
58 * {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}.</p>
64 * TableLayout examples in ApiDemos for examples of creating tables in XML.</p>
66 * <p>Although the typical child of a TableLayout is a TableRow, you can
67 * actually use any View subclass as a direct child of TableLayout. The View
71 public class TableLayout extend class in inherits:LinearLayout
89 public TableLayout(Context context) { method in class:TableLayout
101 public TableLayout(Context context, AttributeSet attrs) { method in class:TableLayout
[all...]

Completed in 199 milliseconds