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
1456
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/robolectric/v1/src/test/resources/res/layout/
mapview.xml
3
<
RelativeLayout
17
</
RelativeLayout
/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
>
/external/walt/android/WALT/app/src/main/res/layout/
activity_main.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
27
</
RelativeLayout
>
dialog_upload.xml
2
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
22
</
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
>
/frameworks/rs/tests/java_api/RsNbody/res/layout/
activity_main.xml
2
<
RelativeLayout
17
</
RelativeLayout
>
/cts/apps/CtsVerifier/res/layout/
fragment_complex_movement.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
17
<
RelativeLayout
39
</
RelativeLayout
>
51
</
RelativeLayout
>
/cts/apps/CtsVerifier/res/layout-port/
fragment_complex_movement.xml
0
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
18
<
RelativeLayout
40
</
RelativeLayout
>
52
</
RelativeLayout
>
/cts/tests/tests/view/res/layout/
viewgroupoverlay_layout.xml
19
<
RelativeLayout
31
<
RelativeLayout
43
</
RelativeLayout
>
47
</
RelativeLayout
>
/cts/tests/tests/widget/res/layout/
relative_layout_bidi.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
21
<
RelativeLayout
31
</
RelativeLayout
>
33
</
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
20
import android.widget.
RelativeLayout
;
34
RelativeLayout
root = new
RelativeLayout
(parent.getContext());
35
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
/external/drrickorang/LoopbackApp/app/src/main/res/layout/
settings_activity.xml
191
<
RelativeLayout
203
</
RelativeLayout
>
204
<
RelativeLayout
212
</
RelativeLayout
>
213
<
RelativeLayout
223
</
RelativeLayout
>
237
<
RelativeLayout
249
</
RelativeLayout
>
250
<
RelativeLayout
258
</
RelativeLayout
>
[
all
...]
Completed in 1136 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>