HomeSort by relevance Sort by last modified time
    Searched defs:TableLayout (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/rendering/
TableLayout.h 30 class TableLayout : public Noncopyable {
32 TableLayout(RenderTable* table)
37 virtual ~TableLayout() { }
  /frameworks/base/tools/layoutlib/create/tests/mock_android/widget/
TableLayout.java 21 public class TableLayout extends ViewGroup {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/widget/
TableLayout.java 21 public class TableLayout extends ViewGroup {
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayout_LayoutParamsTest.java 25 import android.widget.TableLayout;
39 * Test {@link TableLayout.LayoutParams}.
41 @TestTargetClass(TableLayout.LayoutParams.class)
54 notes = "Test constructor(s) of {@link TableLayout.LayoutParams}.",
55 method = "TableLayout.LayoutParams",
60 notes = "Test constructor(s) of {@link TableLayout.LayoutParams}.",
61 method = "TableLayout.LayoutParams",
66 notes = "Test constructor(s) of {@link TableLayout.LayoutParams}.",
67 method = "TableLayout.LayoutParams",
72 notes = "Test constructor(s) of {@link TableLayout.LayoutParams}."
    [all...]
TableLayoutTest.java 40 import android.widget.TableLayout;
45 * Test {@link TableLayout}.
47 @TestTargetClass(TableLayout.class)
64 notes = "Test constructor(s) of {@link TableLayout}",
65 method = "TableLayout",
70 notes = "Test constructor(s) of {@link TableLayout}",
71 method = "TableLayout",
77 new TableLayout(mContext);
79 new TableLayout(mContext, null);
83 TableLayout tableLayout = (TableLayout) activit
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 
  /frameworks/base/core/java/android/widget/
TableLayout.java 32 * A TableLayout consists of a number of {@link android.widget.TableRow} objects,
34 * explained below). TableLayout containers do not display border lines for
41 * column. However, a TableLayout can specify certain columns as shrinkable or
54 * <p>The children of a TableLayout cannot specify the <code>layout_width</code>
57 * is {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}. If the child
59 * {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}.</p>
65 * TableLayout examples in ApiDemos for examples of creating tables in XML.</p>
67 * <p>Although the typical child of a TableLayout is a TableRow, you can
68 * actually use any View subclass as a direct child of TableLayout. The View
71 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-tablelayout.html">Tabl
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 851 milliseconds