OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tablelayout
(Results
51 - 75
of
142
) sorted by null
1
2
3
4
5
6
/development/samples/ApiDemos/res/layout/
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
>
table_layout_7.xml
21
<
TableLayout
90
</
TableLayout
>
/development/samples/ContactManager/res/layout/
contact_adder.xml
20
<
TableLayout
android:layout_width="match_parent"
79
</
TableLayout
>
/frameworks/base/core/tests/coretests/res/layout/
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/tests/LowStorageTest/res/layout/
main.xml
16
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
72
</
TableLayout
/packages/apps/Browser/res/layout-land/
page_info.xml
42
<
TableLayout
68
</
TableLayout
>
/packages/apps/Email/res/layout/
message_view_details.xml
17
<
TableLayout
89
</
TableLayout
>
/packages/apps/Mms/apptests/res/layout/
sms_send_intent_test.xml
30
<
TableLayout
44
</
TableLayout
>
/cts/tests/src/android/widget/cts/
TableStubActivity.java
25
* A minimal application for
TableLayout
test.
/sdk/apps/SdkController/res/layout/
sensor_row.xml
20
<!-- One row per sensor added to the
TableLayout
from layout/sensors.xml -->
/sdk/apps/SdkController/res/layout-land/
sensors.xml
109
<
TableLayout
127
</
TableLayout
>
141
<
TableLayout
142
android:id="@+id/
tableLayout
"
/frameworks/base/core/res/res/layout/
sms_short_code_confirmation_dialog.xml
38
<
TableLayout
android:id="@+id/sms_short_code_detail_layout"
90
</
TableLayout
>
/packages/apps/Email/res/layout-sw600dp/
account_setup_basics_common.xml
35
<
TableLayout
73
</
TableLayout
>
account_setup_outgoing_fragment.xml
20
<
TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
121
</
TableLayout
>
/packages/apps/Phone/res/layout/
dialpad.xml
19
<
TableLayout
88
</
TableLayout
>
/packages/inputmethods/OpenWnn/res/layout/
user_dictionary_tools_list.xml
87
<
TableLayout
92
</
TableLayout
>
/sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java
29
import android.widget.
TableLayout
;
38
private
TableLayout
mTableLayout;
207
mTableLayout = (
TableLayout
) findViewById(R.id.
tableLayout
);
/cts/tests/tests/widget/src/android/widget/cts/
LayoutDirectionTest.java
44
checkDefaultDirectionForOneLayoutWithCode(new
TableLayout
(getActivity()));
69
checkDirectionForOneLayoutWithCode(new
TableLayout
(getActivity()));
96
checkDirectionInheritanceForOneLayoutWithCode(new
TableLayout
(getActivity()));
Completed in 1976 milliseconds
1
2
3
4
5
6