OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relativelayout
(Results
126 - 150
of
501
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Email/res/layout-sw600dp-port/
account_setup_options.xml
33
<
RelativeLayout
70
</
RelativeLayout
>
73
<
RelativeLayout
92
</
RelativeLayout
>
account_setup_outgoing.xml
33
<
RelativeLayout
72
</
RelativeLayout
>
75
<
RelativeLayout
94
</
RelativeLayout
>
/packages/apps/Gallery/res/layout/
image_gallery.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/root"
67
<
RelativeLayout
android:id="@+id/no_images"
94
</
RelativeLayout
>
95
</
RelativeLayout
>
/packages/apps/Settings/res/layout-sw600dp-land/
choose_lock_pattern.xml
25
<
RelativeLayout
37
</
RelativeLayout
>
40
<
RelativeLayout
94
</
RelativeLayout
>
choose_lock_pattern_tutorial.xml
25
<
RelativeLayout
37
</
RelativeLayout
>
40
<
RelativeLayout
83
</
RelativeLayout
>>
confirm_lock_pattern.xml
24
<
RelativeLayout
36
</
RelativeLayout
>
39
<
RelativeLayout
89
</
RelativeLayout
>
/packages/inputmethods/LatinIME/java/res/layout/
recognition_status.xml
20
<
RelativeLayout
44
<
RelativeLayout
72
</
RelativeLayout
>
102
</
RelativeLayout
>
/packages/inputmethods/LatinIME/java/res/layout-sw768dp/
recognition_status.xml
20
<
RelativeLayout
44
<
RelativeLayout
72
</
RelativeLayout
>
101
</
RelativeLayout
>
/cts/apps/CtsVerifier/res/layout/
main.xml
16
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
56
</
RelativeLayout
>
/cts/tests/res/layout/
focus_finder_layout.xml
16
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
44
</
RelativeLayout
>
focus_handling_layout.xml
18
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
56
</
RelativeLayout
>
viewanimator_layout.xml
19
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
53
</
RelativeLayout
>
/development/apps/WidgetPreview/res/layout/
activity_main.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
45
</
RelativeLayout
/development/samples/ApiDemos/res/layout/
quick_contacts.xml
17
<
RelativeLayout
47
</
RelativeLayout
>
relative_layout_1.xml
21
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
53
</
RelativeLayout
>
/development/samples/ContactManager/res/layout/
account_entry.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
49
</
RelativeLayout
>
/development/samples/SipDemo/res/layout/
walkietalkie.xml
21
<
RelativeLayout
android:padding="12dp"
48
</
RelativeLayout
>
/external/replicaisland/res/layout/
good_ending_animation.xml
36
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
55
</
RelativeLayout
>
/frameworks/base/core/res/res/layout/
alert_dialog_progress.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
48
</
RelativeLayout
>
alert_dialog_progress_holo.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
48
</
RelativeLayout
>
app_permission_item.xml
22
<
RelativeLayout
55
</
RelativeLayout
>
/frameworks/base/core/res/res/layout-xlarge/
screen_action_bar_overlay.xml
22
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
49
</
RelativeLayout
>
/frameworks/base/packages/SystemUI/res/layout-sw600dp/
status_bar_pocket_panel.xml
21
<
RelativeLayout
61
</
RelativeLayout
>
status_bar_ticker_panel.xml
18
<
RelativeLayout
52
</
RelativeLayout
>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanelTitle.java
25
import android.widget.
RelativeLayout
;
27
public class NotificationPanelTitle extends
RelativeLayout
implements View.OnClickListener {
Completed in 1103 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>