OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tablelayout
(Results
26 - 50
of
97
) sorted by null
1
2
3
4
/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
>
sms_demo.xml
41
<
TableLayout
65
</
TableLayout
>
table_layout_11.xml
17
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
93
</
TableLayout
>
table_layout_12.xml
17
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
85
</
TableLayout
>
table_layout_5.xml
18
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
82
</
TableLayout
>
table_layout_6.xml
18
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
92
</
TableLayout
>
table_layout_8.xml
21
<
TableLayout
80
</
TableLayout
>
table_layout_9.xml
24
<
TableLayout
84
</
TableLayout
>
/external/webkit/WebCore/rendering/
AutoTableLayout.h
25
#include "
TableLayout
.h"
33
class AutoTableLayout : public
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
>
table_layout_cell_span.xml
20
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
88
</
TableLayout
>
table_layout_horizontal_gravity.xml
21
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
82
</
TableLayout
>
table_layout_vertical_gravity.xml
21
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
70
</
TableLayout
>
/frameworks/base/docs/html/resources/tutorials/views/
hello-tablelayout.jd
7
<p>{@link android.widget.
TableLayout
} is a {@link android.view.ViewGroup} that
15
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
89
</
TableLayout
>
91
<p>Notice how this resembles the structure of an HTML table. The {@link android.widget.
TableLayout
}
115
<img src="images/hello-
tablelayout
.png" width="150px" />
119
<li>{@link android.widget.
TableLayout
}</li>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParserTest.java
95
assertEquals(mock_android.widget.
TableLayout
.LayoutParams.class,
96
((ClassWrapper)_findLayoutParams(mock_android.widget.
TableLayout
.class)).wrappedClass());
113
mock_android.widget.
TableLayout
.LayoutParams.class);
115
//
TableLayout
.LayoutData does not link to ViewGroup.LayoutParams nor
119
//
TableLayout
.LayoutParams => ViewGroup.MarginLayoutParams => ViewGroup.LayoutParams
/development/samples/ContactManager/res/layout/
contact_adder.xml
20
<
TableLayout
android:layout_width="match_parent"
79
</
TableLayout
>
/frameworks/base/core/java/android/widget/
TableLayout.java
32
* A
TableLayout
consists of a number of {@link android.widget.TableRow} objects,
34
* explained below).
TableLayout
containers do not display border lines for
41
* column. However, a
TableLayout
can specify certain columns as shrinkable or
54
* <p>The children of a
TableLayout
cannot specify the <code>layout_width</code>
57
* is {@link android.widget.
TableLayout
.LayoutParams#WRAP_CONTENT}. If the child
59
* {@link android.widget.
TableLayout
.LayoutParams#WRAP_CONTENT}.</p>
65
*
TableLayout
examples in ApiDemos for examples of creating tables in XML.</p>
67
* <p>Although the typical child of a
TableLayout
is a TableRow, you can
68
* actually use any View subclass as a direct child of
TableLayout
. The View
71
public class
TableLayout
extends LinearLayout
[
all
...]
/frameworks/base/tests/LowStorageTest/res/layout/
main.xml
16
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
72
</
TableLayout
/packages/apps/Browser/res/layout/
http_authentication.xml
17
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
69
</
TableLayout
>
page_info.xml
42
<
TableLayout
70
</
TableLayout
>
/packages/apps/Browser/res/layout-land/
http_authentication.xml
23
<
TableLayout
71
</
TableLayout
>
page_info.xml
42
<
TableLayout
68
</
TableLayout
>
Completed in 452 milliseconds
1
2
3
4