HomeSort by relevance Sort by last modified time
    Searched full:tablelayout (Results 51 - 75 of 97) sorted by null

1 23 4

  /cts/tests/src/android/widget/cts/
TableStubActivity.java 25 * A minimal application for TableLayout test.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout10.java 22 import android.widget.TableLayout;
_index.html 50 <h3>TableLayout</h3>
53 <dd>Demonstrates a basic TableLayout with identical children. </dd>
56 <dd>Demonstrates a TableLayout with column-spanning rows and different child objects. </dd>
62 <dd>Demonstrates a TableLayout with a stretchable column. </dd>
65 <dd>Demonstrates a complex TableLayout with spanning columns and stretchable columns to create a menu-like layout. </dd>
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 81 "mock_android.widget.TableLayout",
82 "mock_android.widget.TableLayout$LayoutParams"
172 "mock_android.widget.TableLayout",
191 ClassReader cr = mAa.findClass("mock_android.widget.TableLayout", zipClasses, keep);
199 "mock_android.widget.TableLayout$LayoutParams",
  /development/samples/ApiDemos/res/layout/
table_layout_7.xml 21 <TableLayout
90 </TableLayout>
  /packages/apps/Calendar/res/layout/
month_bubble.xml 25 <TableLayout
93 </TableLayout>
  /packages/inputmethods/OpenWnn/res/layout/
user_dictionary_tools_list.xml 80 <TableLayout
85 </TableLayout>
  /frameworks/base/docs/html/guide/tutorials/views/
index.jd 41 <a href="hello-tablelayout.html">TableLayout</a><br/>
42 <a href="hello-tablelayout.html"><img src="images/hello-tablelayout.png" height="285" width="200" /></a>
  /frameworks/base/docs/html/resources/tutorials/views/
index.jd 45 <a href="hello-tablelayout.html">Table Layout</a><br/>
46 <a href="hello-tablelayout.html"><img src="images/hello-tablelayout.png" height="285" width="200"
  /external/webkit/WebCore/rendering/
RenderTable.h 36 class TableLayout;
190 OwnPtr<TableLayout> m_tableLayout;
RenderTable.cpp 75 ETableLayout oldTableLayout = oldStyle ? oldStyle->tableLayout() : TAUTO;
82 if (!m_tableLayout || style()->tableLayout() != oldTableLayout) {
85 if (style()->tableLayout() == TFIXED && !style()->width().isAuto())
    [all...]
FixedTableLayout.cpp 76 : TableLayout(table)
  /frameworks/base/core/java/android/widget/
TableRow.java 31 * always be used as a child of a {@link android.widget.TableLayout}. If a
32 * TableRow's parent is not a TableLayout, the TableRow will behave as
38 * {@link android.widget.TableLayout.LayoutParams#MATCH_PARENT} and
39 * {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}.</p>
381 * @see android.widget.TableLayout.LayoutParams
  /frameworks/base/docs/html/resources/articles/
ui-1.5.jd 34 <code>LinearLayout</code> containers with a <code>TableLayout</code>.</p>
future-proofing.jd 56 advanced layout classes like FrameLayout and TableLayout.</p>
  /packages/apps/Browser/res/layout-land/
ssl_certificate.xml 48 <TableLayout
262 </TableLayout>
  /packages/apps/Gallery/res/layout/
detailsview.xml 51 <TableLayout android:layout_width="match_parent"
198 </TableLayout>
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 39 import android.widget.TableLayout;
100 private TableLayout mTableLayout;
171 mTableLayout = (TableLayout)findViewById(R.id.user_dictionary_tools_table);
222 private TableLayout.LayoutParams tableCreateParam(int w, int h) {
223 return new TableLayout.LayoutParams(w, h);
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 264 - (NSString *)tableLayout;
265 - (void)setTableLayout:(NSString *)tableLayout;
DOMCSS.mm 1190 - (NSString *)tableLayout
1195 - (void)setTableLayout:(NSString *)tableLayout
1197 [self setProperty:@"table-layout" value:tableLayout priority:@""];
  /packages/apps/Browser/res/layout/
ssl_certificate.xml 48 <TableLayout
276 </TableLayout>
  /packages/experimental/RpcPerformance/res/layout/
main.xml 6 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
337 </TableLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 33 - TableLayout
35 Note that TableLayout does not have a TableLayout_Layout definition here
36 where these is a class TableLayout.LayoutData.
298 <declare-styleable name="TableLayout">
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java 51 "AbsoluteLayout", "TableLayout", "Gallery", "GridView", "ListView",
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]

Completed in 1040 milliseconds

1 23 4