HomeSort by relevance Sort by last modified time
    Searched full:tablelayout (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /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 46 <TableLayout ></TableLayout>
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 34 import android.widget.TableLayout;
39 * Test {@link TableLayout}.
56 new TableLayout(mContext);
58 new TableLayout(mContext, null);
62 TableLayout tableLayout = (TableLayout) activity
64 assertTrue(tableLayout.isColumnCollapsed(0));
65 assertTrue(tableLayout.isColumnStretchable(2));
68 tableLayout = (TableLayout) activity.findViewById(com.android.cts.widget.R.id.table2)
    [all...]
TableLayout_LayoutParamsTest.java 29 import android.widget.TableLayout;
33 * Test {@link TableLayout.LayoutParams}.
45 new TableLayout.LayoutParams(mTargetContext, null);
47 TableLayout.LayoutParams layoutParams = new TableLayout.LayoutParams(200, 300);
48 assertEquals(TableLayout.LayoutParams.MATCH_PARENT, layoutParams.width);
50 TableLayout.LayoutParams oldParams = layoutParams;
52 layoutParams = new TableLayout.LayoutParams(200, 300, 1.2f);
53 assertEquals(TableLayout.LayoutParams.MATCH_PARENT, layoutParams.width);
56 TableLayout.LayoutParams oldMarginParams = layoutParams
    [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.widget.R.id.table2);
102 tableRow = (TableRow) tableLayout.getChildAt(0);
118 TableLayout tableLayout = (TableLayout) activit
    [all...]
TableRow_LayoutParamsTest.java 33 import android.widget.TableLayout;
96 TableLayout tableLayout = (TableLayout) activity.findViewById(idTable);
97 View vVitural1 = ((TableRow) tableLayout.getChildAt(0)).getVirtualChildAt(1);
100 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/res/layout/
main.xml 8 <TableLayout
9 android:id="@+id/tableLayout"
  /external/replicaisland/res/layout/
conversation_dialog.xml 3 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
12 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android">
31 </TableLayout>
45 </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/topics/ui/layout/
grid.jd 14 <li>{@link android.widget.TableLayout}</li>
20 <p>{@link android.widget.TableLayout} is a {@link android.view.ViewGroup} that
26 <p>{@link android.widget.TableLayout} positions its children into rows
27 and columns. TableLayout containers do not display border lines for their rows, columns,
30 <p>{@link android.widget.TableRow} objects are the child views of a TableLayout
34 A cell may also be a ViewGroup object (for example, you can nest another TableLayout as a cell).</p>
43 &lt;TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
66 &lt;/TableLayout>
74 fits the screen. See the {@link android.widget.TableLayout TableLayout reference}
    [all...]
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TableLayoutBindingAdapter.java 20 import android.widget.TableLayout;
31 public static void setCollapseColumns(TableLayout view, CharSequence columnsStr) {
42 public static void setShrinkColumns(TableLayout view, CharSequence columnsStr) {
60 public static void setStretchColumns(TableLayout view, CharSequence columnsStr) {
  /cts/tests/tests/widget/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>

Completed in 739 milliseconds

1 2 3 4 5 6 7 8