OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tablelayout
(Results
76 - 100
of
156
) sorted by null
1
2
3
4
5
6
7
/packages/apps/Browser/res/layout/
autofill_settings_fragment.xml
45
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
161
</
TableLayout
>
browser_add_bookmark_content.xml
91
<
TableLayout
android:id="@+id/default_view"
171
</
TableLayout
>
/packages/apps/Email/res/layout-w600dp/
account_setup_incoming_fragment.xml
20
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
163
</
TableLayout
>
account_setup_outgoing_fragment.xml
20
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
125
</
TableLayout
>
/packages/apps/Gallery2/res/layout/
filtershow_color_gird.xml
28
<
TableLayout
195
</
TableLayout
>
/development/samples/ApiDemos/src/com/example/android/apis/view/
_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/core/java/android/widget/
TableRow.java
33
* always be used as a child of a {@link android.widget.
TableLayout
}. If a
34
* TableRow's parent is not a
TableLayout
, the TableRow will behave as
40
* {@link android.widget.
TableLayout
.LayoutParams#MATCH_PARENT} and
41
* {@link android.widget.
TableLayout
.LayoutParams#WRAP_CONTENT}.</p>
397
* @see android.widget.
TableLayout
.LayoutParams
/packages/apps/Browser/res/values/
dimensions.xml
24
<!-- Height determined by measuring the
TableLayout
in
/frameworks/base/core/res/res/layout-land/
ssl_certificate.xml
49
<
TableLayout
276
</
TableLayout
>
/frameworks/base/tests/BiDiTests/res/layout/
textview_direction_ltr.xml
24
<
TableLayout
android:orientation="vertical"
247
</
TableLayout
>
textview_direction_rtl.xml
24
<
TableLayout
android:orientation="vertical"
247
</
TableLayout
>
/packages/apps/Gallery/res/layout/
detailsview.xml
51
<
TableLayout
android:layout_width="match_parent"
198
</
TableLayout
>
/sdk/apps/DeviceConfig/res/layout/
main.xml
25
<
TableLayout
392
</
TableLayout
>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java
27
import org.eclipse.jface.viewers.
TableLayout
;
107
table.setLayout(new
TableLayout
());
ProjectSelectionPage.java
37
import org.eclipse.jface.viewers.
TableLayout
;
101
table.setLayout(new
TableLayout
());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java
43
import android.widget.
TableLayout
;
104
private
TableLayout
mTableLayout;
175
mTableLayout = (
TableLayout
)findViewById(R.id.user_dictionary_tools_table);
247
private
TableLayout
.LayoutParams tableCreateParam(int w, int h) {
248
return new
TableLayout
.LayoutParams(w, h);
/frameworks/base/tests/FrameworkPerf/res/layout/
large_layout.xml
79
<
TableLayout
83
<!-- To accomodate @id/type into
TableLayout
, we splitted the layout into two:
192
</
TableLayout
>
/packages/apps/Settings/res/layout/
wifi_config_ui_for_setup_wizard.xml
55
<
TableLayout
59
<!-- To accomodate @id/type into
TableLayout
, we splitted the layout into two:
169
</
TableLayout
>
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h
39
class
TableLayout
;
331
OwnPtr<
TableLayout
> m_tableLayout;
FixedTableLayout.cpp
75
:
TableLayout
(table)
/packages/experimental/RpcPerformance/res/layout/
main.xml
6
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
371
</
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
">
/packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml
17
<
TableLayout
469
</
TableLayout
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java
49
import org.eclipse.jface.viewers.
TableLayout
;
649
TableLayout
layout = new
TableLayout
();
[
all
...]
/development/samples/ApiDemos/
AndroidManifest.xml
[
all
...]
Completed in 692 milliseconds
1
2
3
4
5
6
7