OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relativelayout
(Results
201 - 225
of
1051
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/main/res/layout/
activity_main.xml
22
<
RelativeLayout
android:layout_width="match_parent"
32
</
RelativeLayout
>
activity_test_library_main.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
27
</
RelativeLayout
>
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/main/res/layout/
activity_test_library_main.xml
22
<
RelativeLayout
34
</
RelativeLayout
>
another_layout_file.xml
23
<
RelativeLayout
android:layout_width="match_parent"
33
</
RelativeLayout
>
library_only_layout.xml
23
<
RelativeLayout
android:layout_width="match_parent"
34
</
RelativeLayout
>
/frameworks/opt/bitmap/sample/res/layout/
activity_main.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
30
</
RelativeLayout
>
/frameworks/support/v17/leanback/res/layout/
lb_guidance.xml
22
<
RelativeLayout
42
</
RelativeLayout
>
lb_guidedstep_fragment.xml
18
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
35
</
RelativeLayout
lb_headers_fragment.xml
17
<
RelativeLayout
38
</
RelativeLayout
>
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
NonOverlappingRelativeLayout.java
18
import android.widget.
RelativeLayout
;
20
class NonOverlappingRelativeLayout extends
RelativeLayout
{
/packages/apps/Bluetooth/res/layout/
bluetooth_map_settings_account_group.xml
19
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
48
</
RelativeLayout
/packages/apps/Browser/res/layout/
qc_tabs_view.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
39
</
RelativeLayout
>
/packages/apps/Camera/res/layout/
camera_main.xml
16
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
30
</
RelativeLayout
/packages/apps/Contacts/res/layout/
list_section.xml
18
<
RelativeLayout
35
</
RelativeLayout
>
/packages/apps/Email/res/layout/
quick_response_edit_dialog.xml
17
<
RelativeLayout
32
</
RelativeLayout
/packages/apps/Gallery/res/layout/
gallerypicker.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
33
</
RelativeLayout
>
gallerypicker_no_images.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
45
</
RelativeLayout
>
/packages/apps/Gallery2/res/layout/
appwidget_loading_item.xml
20
<
RelativeLayout
29
</
RelativeLayout
>
appwidget_main.xml
19
<
RelativeLayout
36
</
RelativeLayout
>
movie_view.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
27
</
RelativeLayout
>
photopage_progress_bar.xml
2
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
40
</
RelativeLayout
>
trim_view.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
27
</
RelativeLayout
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageProgressBar.java
23
import android.widget.
RelativeLayout
;
31
public PhotoPageProgressBar(Context context,
RelativeLayout
parentLayout) {
/packages/apps/Launcher2/res/layout/
wallpaper_chooser.xml
21
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
43
</
RelativeLayout
>
/packages/apps/Launcher3/WallpaperPicker/res/layout/
wallpaper_cropper.xml
21
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
38
</
RelativeLayout
>
Completed in 440 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>