/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-applyCompletion10.diff | 1 Code completion in completion1.xml for <T^extView selecting TableLayout: 4 > <TableLayout^
|
completion1-expected-completion10.txt | 4 TableLayout
|
completion1-expected-completion11.txt | 43 <TableLayout ></TableLayout>
|
completion1-expected-completion12.txt | 43 <TableLayout ></TableLayout>
|
/cts/tests/tests/widget/src/android/widget/cts/ |
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...] |
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...] |
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/Source/WebCore/rendering/ |
TableLayout.h | 31 class TableLayout { 32 WTF_MAKE_NONCOPYABLE(TableLayout); WTF_MAKE_FAST_ALLOCATED; 34 TableLayout(RenderTable* table) 39 virtual ~TableLayout() { }
|
AutoTableLayout.h | 25 #include "TableLayout.h" 33 class AutoTableLayout : public TableLayout {
|
FixedTableLayout.h | 25 #include "TableLayout.h" 32 class FixedTableLayout : public TableLayout {
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout8.java | 22 import android.widget.TableLayout; 40 final TableLayout table = (TableLayout) findViewById(R.id.menu); 54 private void appendRow(TableLayout table) { 69 table.addView(row, new TableLayout.LayoutParams());
|
TableLayout9.java | 22 import android.widget.TableLayout; 37 final TableLayout table = (TableLayout) findViewById(R.id.menu);
|
TableLayout7.java | 26 import android.widget.TableLayout; 41 final TableLayout table = (TableLayout) findViewById(R.id.menu); 63 private void appendRow(TableLayout table) { 78 table.addView(row, new TableLayout.LayoutParams());
|
/frameworks/base/core/tests/coretests/res/layout/ |
list_in_horizontal.xml | 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 29 </TableLayout>
|
add_column_in_table.xml | 22 <TableLayout android:id="@+id/table" 39 </TableLayout>
|
table_layout_weight.xml | 21 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 44 </TableLayout>
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
AddColumn.java | 25 import android.widget.TableLayout; 41 final TableLayout table = (TableLayout) findViewById(R.id.table); 49 table.addView(newRow, new TableLayout.LayoutParams());
|
AddColumnTest.java | 26 import android.widget.TableLayout; 35 private TableLayout mTable; 47 mTable = (TableLayout) activity.findViewById(R.id.table);
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-tablelayout.jd | 1 page.title=Hello, TableLayout 6 <p>A {@link android.widget.TableLayout} is a ViewGroup that 16 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 90 </TableLayout> 92 <p>Notice how this resembles the structure of an HTML table. <code>TableLayout</code> is like the 109 <img src="images/hello-tablelayout.png" width="150px" /> 113 <li>{@link android.widget.TableLayout}</li>
|
/cts/tests/res/layout/ |
table_layout_1.xml | 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 35 </TableLayout>
|
table_layout_2.xml | 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 36 </TableLayout>
|
/development/samples/ApiDemos/res/layout/ |
table_layout_2.xml | 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 40 </TableLayout>
|
table_layout_4.xml | 18 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 42 </TableLayout>
|
/packages/apps/Browser/res/layout/ |
ssl_success.xml | 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 43 </TableLayout>
|
/packages/apps/Contacts/tests/res/layout/ |
result.xml | 24 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 30 </TableLayout>
|