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

  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 32 import android.widget.TableLayout;
46 * Test {@link TableLayout}.
48 @TestTargetClass(TableLayout.class)
65 notes = "Test constructor(s) of {@link TableLayout}",
66 method = "TableLayout",
71 notes = "Test constructor(s) of {@link TableLayout}",
72 method = "TableLayout",
78 new TableLayout(mContext);
80 new TableLayout(mContext, null);
84 TableLayout tableLayout = (TableLayout) activit
    [all...]
TableRow_LayoutParamsTest.java 29 import android.widget.TableLayout;
147 TableLayout tableLayout = (TableLayout) activity.findViewById(idTable);
148 View vVitural1 = ((TableRow) tableLayout.getChildAt(0)).getVirtualChildAt(1);
151 View vVitural2 = ((TableRow) tableLayout.getChildAt(0)).getVirtualChildAt(2);
197 assertEquals(TableLayout.LayoutParams.MATCH_PARENT, mockLayoutParams.width);
198 assertEquals(TableLayout.LayoutParams.WRAP_CONTENT, mockLayoutParams.height);
202 assertEquals(TableLayout.LayoutParams.WRAP_CONTENT, mockLayoutParams.width);
203 assertEquals(TableLayout.LayoutParams.MATCH_PARENT, mockLayoutParams.height)
    [all...]
TableRowTest.java 32 import android.widget.TableLayout;
119 TableLayout tableLayout = (TableLayout) activity
122 TableRow tableRow = (TableRow) tableLayout.getChildAt(0);
132 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2);
134 tableRow = (TableRow) tableLayout.getChildAt(0);
156 TableLayout tableLayout = (TableLayout) activit
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 441 ETableLayout tableLayout() const { return static_cast<ETableLayout>(noninherited_flags._table_layout); }
    [all...]

Completed in 44 milliseconds