HomeSort by relevance Sort by last modified time
    Searched full:tablelayout (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /packages/apps/Browser/res/layout/
ssl_success.xml 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
43 </TableLayout>
page_info.xml 40 <TableLayout
64 </TableLayout>
  /packages/apps/Contacts/tests/res/layout/
result.xml 24 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
30 </TableLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 43 <TableLayout ></TableLayout>
completion1-expected-completion12.txt 43 <TableLayout ></TableLayout>
completion9-expected-completion64.txt 43 <TableLayout ></TableLayout>
  /frameworks/base/tests/BiDiTests/res/layout/
table_layout_locale.xml 27 <TableLayout android:layout_width="wrap_content"
70 </TableLayout>
72 <TableLayout android:layout_width="wrap_content"
116 </TableLayout>
118 <TableLayout android:layout_width="wrap_content"
162 </TableLayout>
164 <TableLayout android:layout_width="wrap_content"
208 </TableLayout>
210 <TableLayout android:layout_width="wrap_content"
254 </TableLayout>
    [all...]
table_layout_ltr.xml 27 <TableLayout android:layout_width="wrap_content"
70 </TableLayout>
72 <TableLayout android:layout_width="wrap_content"
116 </TableLayout>
118 <TableLayout android:layout_width="wrap_content"
162 </TableLayout>
164 <TableLayout android:layout_width="wrap_content"
208 </TableLayout>
210 <TableLayout android:layout_width="wrap_content"
254 </TableLayout>
    [all...]
table_layout_rtl.xml 27 <TableLayout android:layout_width="wrap_content"
70 </TableLayout>
72 <TableLayout android:layout_width="wrap_content"
116 </TableLayout>
118 <TableLayout android:layout_width="wrap_content"
162 </TableLayout>
164 <TableLayout android:layout_width="wrap_content"
208 </TableLayout>
210 <TableLayout android:layout_width="wrap_content"
254 </TableLayout>
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java 37 import android.widget.TableLayout;
178 TableLayout table = (TableLayout)findViewById(R.id.table);
188 TableLayout table = (TableLayout)findViewById(R.id.table);
190 TableLayout.LayoutParams params = new TableLayout.LayoutParams();
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 
  /frameworks/base/tools/layoutlib/create/tests/mock_android/widget/
TableLayout.java 21 public class TableLayout extends ViewGroup {
  /sdk/apps/SdkController/res/layout/
sensors.xml 27 <TableLayout
90 </TableLayout>
104 <TableLayout
105 android:id="@+id/tableLayout"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/widget/
TableLayout.java 21 public class TableLayout extends ViewGroup {
  /cts/tests/res/layout/
focus_finder_layout.xml 19 <TableLayout android:id="@+id/layout"
43 </TableLayout>
  /development/samples/ApiDemos/res/layout/
layout_animation_7.xml 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
57 </TableLayout>
table_layout_1.xml 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
56 </TableLayout>
table_layout_10.xml 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
58 </TableLayout>
table_layout_3.xml 17 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
62 </TableLayout>
  /frameworks/base/core/tests/coretests/res/layout/
table_layout_fixed_width.xml 21 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
56 </TableLayout>
  /frameworks/base/packages/VpnDialogs/res/layout/
manage.xml 18 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
45 </TableLayout>
  /hardware/ti/wpan/tools/FM/FmRxApp/res/layout/
fmrxmain.xml 67 <TableLayout android:id="@+id/TableLayout01"
76 </TableLayout>
78 <TableLayout android:id="@+id/TableLayout02"
87 <TableLayout android:id="@+id/widget39"
101 </TableLayout>
103 </TableLayout>
105 <TableLayout android:id="@+id/TableLayout03"
114 </TableLayout>
  /frameworks/base/core/java/android/widget/
TableLayout.java 34 * A TableLayout consists of a number of {@link android.widget.TableRow} objects,
36 * explained below). TableLayout containers do not display border lines for
43 * column. However, a TableLayout can specify certain columns as shrinkable or
56 * <p>The children of a TableLayout cannot specify the <code>layout_width</code>
59 * is {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}. If the child
61 * {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}.</p>
67 * TableLayout examples in ApiDemos for examples of creating tables in XML.</p>
69 * <p>Although the typical child of a TableLayout is a TableRow, you can
70 * actually use any View subclass as a direct child of TableLayout. The View
74 public class TableLayout extends LinearLayout
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 80 "mock_android.widget.TableLayout",
81 "mock_android.widget.TableLayout$LayoutParams"
171 "mock_android.widget.TableLayout",
190 ClassReader cr = mAa.findClass("mock_android.widget.TableLayout", zipClasses, keep);
198 "mock_android.widget.TableLayout$LayoutParams",
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParserTest.java 97 assertEquals(mock_android.widget.TableLayout.LayoutParams.class,
98 ((ClassWrapper)_findLayoutParams(mock_android.widget.TableLayout.class)).wrappedClass());
115 mock_android.widget.TableLayout.LayoutParams.class);
117 // TableLayout.LayoutData does not link to ViewGroup.LayoutParams nor
121 // TableLayout.LayoutParams => ViewGroup.MarginLayoutParams => ViewGroup.LayoutParams

Completed in 1761 milliseconds

12 3 4 5 6