HomeSort by relevance Sort by last modified time
    Searched refs:tableLayout (Results 1 - 13 of 13) 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...]
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...]
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...]
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 29 import android.widget.TableLayout;
38 private TableLayout mTableLayout;
207 mTableLayout = (TableLayout) findViewById(R.id.tableLayout);
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 264 - (NSString *)tableLayout;
265 - (void)setTableLayout:(NSString *)tableLayout;
DOMCSS.mm 1187 - (NSString *)tableLayout
1192 - (void)setTableLayout:(NSString *)tableLayout
1194 [self setProperty:@"table-layout" value:tableLayout priority:@""];
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 33 import android.widget.TableLayout;
59 private TableLayout mTableLayout;
77 mTableLayout = (TableLayout) findViewById(R.id.tableLayout);
  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 84 ETableLayout oldTableLayout = oldStyle ? oldStyle->tableLayout() : TAUTO;
91 if (!m_tableLayout || style()->tableLayout() != oldTableLayout) {
94 if (style()->tableLayout() == TFIXED && !style()->logicalWidth().isAuto())
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [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 

Completed in 400 milliseconds