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

  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 35 import android.widget.TableLayout;
40 * Test {@link TableLayout}.
57 new TableLayout(mContext);
59 new TableLayout(mContext, null);
63 TableLayout tableLayout = (TableLayout) activity
65 assertTrue(tableLayout.isColumnCollapsed(0));
66 assertTrue(tableLayout.isColumnStretchable(2));
69 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2)
    [all...]
TableRow_LayoutParamsTest.java 29 import android.widget.TableLayout;
97 TableLayout tableLayout = (TableLayout) activity.findViewById(idTable);
98 View vVitural1 = ((TableRow) tableLayout.getChildAt(0)).getVirtualChildAt(1);
101 View vVitural2 = ((TableRow) tableLayout.getChildAt(0)).getVirtualChildAt(2);
139 assertEquals(TableLayout.LayoutParams.MATCH_PARENT, mockLayoutParams.width);
140 assertEquals(TableLayout.LayoutParams.WRAP_CONTENT, mockLayoutParams.height);
144 assertEquals(TableLayout.LayoutParams.WRAP_CONTENT, mockLayoutParams.width);
145 assertEquals(TableLayout.LayoutParams.MATCH_PARENT, mockLayoutParams.height)
    [all...]
TableRowTest.java 32 import android.widget.TableLayout;
87 TableLayout tableLayout = (TableLayout) activity
90 TableRow tableRow = (TableRow) tableLayout.getChildAt(0);
100 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2);
102 tableRow = (TableRow) tableLayout.getChildAt(0);
118 TableLayout tableLayout = (TableLayout) activit
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 475 ETableLayout tableLayout() const { return static_cast<ETableLayout>(noninherited_flags._table_layout); }
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 115 milliseconds