OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relativelayout
(Results
26 - 50
of
1247
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/sl4a/ScriptingLayerForAndroid/res/layout/
api_prompt.xml
2
<
RelativeLayout
19
</
RelativeLayout
>
script_manager.xml
2
<
RelativeLayout
15
</
RelativeLayout
script_monitor_list_item.xml
7
<
RelativeLayout
24
</
RelativeLayout
>
25
<
RelativeLayout
39
</
RelativeLayout
>
/frameworks/base/tests/HwAccelerationTest/res/layout/
z_ordering.xml
7
<
RelativeLayout
16
</
RelativeLayout
>
/frameworks/base/tests/OneMedia/res/layout/
activity_main.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
16
</
RelativeLayout
>
/frameworks/base/tests/TransitionTests/res/layout/
interruption_inner_1.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
20
</
RelativeLayout
interruption_inner_2.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
20
</
RelativeLayout
interruption_inner_3.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
20
</
RelativeLayout
interruption_inner_4.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
20
</
RelativeLayout
/frameworks/opt/photoviewer/sample/res/layout/
activity_main.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
16
</
RelativeLayout
>
/cts/tests/tests/view/res/layout/
viewgroupoverlay_layout.xml
19
<
RelativeLayout
31
<
RelativeLayout
43
</
RelativeLayout
>
47
</
RelativeLayout
>
/development/samples/training/notify-user/res/layout/
activity_result.xml
2
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
15
<
RelativeLayout
36
</
RelativeLayout
>
37
</
RelativeLayout
>
/external/deqp/android/package/res/layout/
exec_server.xml
2
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
6
<
RelativeLayout
android:id="@+id/header_gradient"
11
<
RelativeLayout
android:id="@+id/footer_gradient"
32
</
RelativeLayout
>
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
InvisibleRowPresenter.java
17
import android.widget.
RelativeLayout
;
31
RelativeLayout
root = new
RelativeLayout
(parent.getContext());
32
root.setLayoutParams(new
RelativeLayout
.LayoutParams(0, 0));
/packages/apps/Music/src/com/android/music/
CheckableRelativeLayout.java
22
import android.widget.
RelativeLayout
;
25
* A special variation of
RelativeLayout
that can be used as a checkable object.
27
* also supports checking. Otherwise, it works identically to a
RelativeLayout
.
29
public class CheckableRelativeLayout extends
RelativeLayout
implements Checkable {
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java
26
import android.widget.
RelativeLayout
;
27
import android.widget.
RelativeLayout
.LayoutParams;
98
params.removeRule(
RelativeLayout
.ALIGN_PARENT_LEFT);
99
params.removeRule(
RelativeLayout
.ALIGN_PARENT_TOP);
100
params.addRule(
RelativeLayout
.ALIGN_PARENT_RIGHT);
101
params.addRule(
RelativeLayout
.ALIGN_PARENT_BOTTOM);
103
params.addRule(
RelativeLayout
.ALIGN_PARENT_LEFT);
104
params.addRule(
RelativeLayout
.ALIGN_PARENT_TOP);
105
params.removeRule(
RelativeLayout
.ALIGN_PARENT_RIGHT);
106
params.removeRule(
RelativeLayout
.ALIGN_PARENT_BOTTOM)
[
all
...]
/developers/build/prebuilts/androidtv/leanback/app/src/main/res/layout/
player_activity.xml
2
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
18
<
RelativeLayout
37
<
RelativeLayout
82
</
RelativeLayout
>
83
</
RelativeLayout
>
86
</
RelativeLayout
/cts/apps/CtsVerifier/res/layout/
camera_fov_calibration_determine_fov.xml
14
<
RelativeLayout
29
</
RelativeLayout
>
car_dock_main.xml
16
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
26
</
RelativeLayout
>
pass_fail_widget.xml
16
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
25
</
RelativeLayout
>
pva_video.xml
16
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
25
</
RelativeLayout
/cts/tests/tests/assist/res/layout/
screenshot_activity.xml
16
<
RelativeLayout
22
</
RelativeLayout
/cts/tests/tests/assist/testapp/res/layout/
screenshot_activity.xml
16
<
RelativeLayout
22
</
RelativeLayout
/developers/build/prebuilts/gradle/SynchronizedNotifications/Wearable/src/main/res/layout/
activity_wearable.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
23
</
RelativeLayout
>
/developers/samples/android/wearable/wear/SynchronizedNotifications/Wearable/src/main/res/layout/
activity_wearable.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
23
</
RelativeLayout
>
Completed in 713 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>