HomeSort by relevance Sort by last modified time
    Searched full:relativelayout (Results 101 - 125 of 1456) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/apps/CtsVerifier/res/layout/
screen_pinning.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
31 <RelativeLayout
53 </RelativeLayout>
62 </RelativeLayout
da_uninstall_test_main.xml 28 <RelativeLayout
51 </RelativeLayout>
54 <RelativeLayout
87 </RelativeLayout>
90 <RelativeLayout
123 </RelativeLayout>
  /cts/apps/CtsVerifier/res/layout-port/
fragment_accuracy.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 <RelativeLayout
47 </RelativeLayout>
59 </RelativeLayout>
fragment_robustness.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 <RelativeLayout
49 </RelativeLayout>
61 </RelativeLayout>
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/res/layout/
main_activity.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 <RelativeLayout
43 </RelativeLayout>
52 </RelativeLayout>
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/res/layout/
main_activity.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 <RelativeLayout
43 </RelativeLayout>
52 </RelativeLayout>
  /development/samples/browseable/SpeedTracker/Application/res/layout/
main_activity.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 <RelativeLayout
43 </RelativeLayout>
52 </RelativeLayout>
  /external/drrickorang/LoopbackApp/app/src/main/res/layout/
settings_picker.xml 34 <RelativeLayout
48 </RelativeLayout>
50 <RelativeLayout
59 </RelativeLayout>
  /frameworks/base/tools/aapt2/integration-tests/AppOne/res/layout/
special.xml 7 <RelativeLayout android:id="@+id/hello" />
  /frameworks/support/v17/leanback/tests/res/layout/
datepicker_with_other_widgets.xml 18 <RelativeLayout
22 <RelativeLayout android:layout_width="match_parent"
51 </RelativeLayout>
52 </RelativeLayout>
  /packages/apps/DocumentsUI/res/layout/
inspector_action_view.xml 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
24 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
55 </RelativeLayout>
57 </RelativeLayout>
  /packages/apps/Gallery/res/layout/
cropimage.xml 21 <RelativeLayout
33 <RelativeLayout android:layout_width="wrap_content"
54 </RelativeLayout>
55 </RelativeLayout>
  /frameworks/rs/tests/java_api/ScriptGroupTest/res/layout/
main.xml 56 <RelativeLayout
66 </RelativeLayout>
67 <RelativeLayout
75 </RelativeLayout>
81 <RelativeLayout
91 </RelativeLayout>
92 <RelativeLayout
100 </RelativeLayout>
106 <RelativeLayout
116 </RelativeLayout>
    [all...]
  /developers/build/prebuilts/gradle/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 29 import android.widget.RelativeLayout;
32 private RelativeLayout mRectBackground;
33 private RelativeLayout mRoundBackground;
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout);
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout);
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 29 import android.widget.RelativeLayout;
32 private RelativeLayout mRectBackground;
33 private RelativeLayout mRoundBackground;
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout);
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout);
  /development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
MainActivity.java 29 import android.widget.RelativeLayout;
32 private RelativeLayout mRectBackground;
33 private RelativeLayout mRoundBackground;
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout);
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HitRectBug.java 29 import android.widget.RelativeLayout;
40 public static class TestDrawingView extends RelativeLayout
73 RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(128, 128);
74 params.addRule(RelativeLayout.CENTER_IN_PARENT);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupTypeFragment.java 25 import android.widget.RelativeLayout;
67 if (parent instanceof RelativeLayout) {
68 final RelativeLayout.LayoutParams params =
69 (RelativeLayout.LayoutParams)button.getLayoutParams();
70 params.addRule(RelativeLayout.BELOW, lastView.getId());
  /frameworks/base/tests/BiDiTests/res/layout/
relative_layout_2_locale.xml 27 <RelativeLayout android:layout_width="fill_parent"
55 </RelativeLayout>
57 <RelativeLayout android:layout_width="fill_parent"
86 </RelativeLayout>
88 <RelativeLayout android:layout_width="fill_parent"
117 </RelativeLayout>
119 <RelativeLayout android:layout_width="fill_parent"
148 </RelativeLayout>
150 <RelativeLayout android:layout_width="fill_parent"
179 </RelativeLayout>
    [all...]
relative_layout_2_ltr.xml 27 <RelativeLayout android:layout_width="fill_parent"
55 </RelativeLayout>
57 <RelativeLayout android:layout_width="fill_parent"
86 </RelativeLayout>
88 <RelativeLayout android:layout_width="fill_parent"
117 </RelativeLayout>
119 <RelativeLayout android:layout_width="fill_parent"
148 </RelativeLayout>
150 <RelativeLayout android:layout_width="fill_parent"
179 </RelativeLayout>
    [all...]
relative_layout_2_rtl.xml 27 <RelativeLayout android:layout_width="fill_parent"
55 </RelativeLayout>
57 <RelativeLayout android:layout_width="fill_parent"
86 </RelativeLayout>
88 <RelativeLayout android:layout_width="fill_parent"
117 </RelativeLayout>
119 <RelativeLayout android:layout_width="fill_parent"
148 </RelativeLayout>
150 <RelativeLayout android:layout_width="fill_parent"
179 </RelativeLayout>
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java 36 import android.widget.RelativeLayout;
96 final RelativeLayout parent = (RelativeLayout) v1.getParent();
141 final RelativeLayout parent = (RelativeLayout) v1.getParent();
176 final RelativeLayout parent = (RelativeLayout) v1.getParent();
205 final RelativeLayout parent = (RelativeLayout) v1.getParent();
234 final RelativeLayout parent = (RelativeLayout) v1.getParent()
    [all...]
  /developers/build/prebuilts/gradle/WearHighBandwidthNetworking/Wearable/src/main/res/layout/
activity_main.xml 25 <RelativeLayout
47 </RelativeLayout>
53 <RelativeLayout
67 <RelativeLayout
89 </RelativeLayout>
99 </RelativeLayout>
  /developers/samples/android/wearable/wear/WearHighBandwidthNetworking/Wearable/src/main/res/layout/
activity_main.xml 25 <RelativeLayout
47 </RelativeLayout>
53 <RelativeLayout
67 <RelativeLayout
89 </RelativeLayout>
99 </RelativeLayout>
  /development/samples/browseable/WearHighBandwidthNetworking/res/layout/
activity_main.xml 25 <RelativeLayout
47 </RelativeLayout>
53 <RelativeLayout
67 <RelativeLayout
89 </RelativeLayout>
99 </RelativeLayout>

Completed in 1390 milliseconds

1 2 3 45 6 7 8 91011>>