HomeSort by relevance Sort by last modified time
    Searched full:relativelayout (Results 76 - 100 of 1247) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Music/res/layout/
track_list_item.xml 19 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
27 </RelativeLayout>
  /packages/services/Telephony/res/layout/
delete_fdn_contact_screen.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
23 </RelativeLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound_all.info 1 android.widget.RelativeLayout [0,121,800,480] <RelativeLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample4-expected-changeLayout4.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
26 </RelativeLayout
sample4.xml 4 <RelativeLayout android:layout_height="match_parent" android:id="@+id/relativeLayout1" android:layout_width="match_parent">
6 </RelativeLayout>
  /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
  /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
  /packages/apps/Gallery/res/layout/
cropimage.xml 21 <RelativeLayout
33 <RelativeLayout android:layout_width="wrap_content"
54 </RelativeLayout>
55 </RelativeLayout>
  /frameworks/rs/java/tests/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);
InstanceTargets.java 26 import static android.widget.RelativeLayout.ALIGN_PARENT_LEFT;
27 import static android.widget.RelativeLayout.ALIGN_PARENT_RIGHT;
28 import static android.widget.RelativeLayout.LayoutParams;
  /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 35 import android.widget.RelativeLayout;
93 final RelativeLayout parent = (RelativeLayout) v1.getParent();
136 final RelativeLayout parent = (RelativeLayout) v1.getParent();
170 final RelativeLayout parent = (RelativeLayout) v1.getParent();
198 final RelativeLayout parent = (RelativeLayout) v1.getParent();
226 final RelativeLayout parent = (RelativeLayout) v1.getParent()
    [all...]
  /packages/apps/Dialer/InCallUI/res/layout/
accessible_answer_fragment.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
22 <RelativeLayout
49 </RelativeLayout>
50 <RelativeLayout
77 </RelativeLayout>
104 </RelativeLayout
  /packages/apps/QuickSearchBox/res/layout/
corpus_selection_dialog.xml 17 <RelativeLayout
23 <RelativeLayout
38 <RelativeLayout
78 </RelativeLayout>
94 </RelativeLayout>
108 </RelativeLayout>
  /packages/apps/Settings/res/layout-sw600dp/
crypt_keeper_progress.xml 22 <RelativeLayout
55 <RelativeLayout
67 </RelativeLayout>
81 <RelativeLayout
93 </RelativeLayout>
107 </RelativeLayout>
  /packages/apps/ContactsCommon/res/layout-ldrtl/
unread_count_tab.xml 17 layout_centerInParent inside a RelativeLayout to expand to screen width when RTL is active -->
18 <RelativeLayout
47 </RelativeLayout>

Completed in 646 milliseconds

1 2 34 5 6 7 8 91011>>