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

<<21222324252627282930>>

  /packages/apps/TV/res/layout/
play_controls_contents.xml 18 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
45 <RelativeLayout
75 </RelativeLayout>
163 </RelativeLayout>
  /packages/apps/UnifiedEmail/res/layout/
conversation_item_view.xml 52 <RelativeLayout
131 </RelativeLayout>
133 <RelativeLayout
175 </RelativeLayout>
wait_fragment.xml 19 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 113 // We don't exclude RelativeLayout even if the current layout is RelativeLayout,
115 // RelativeLayout at the root.
136 // The default should be GridLayout (if available) and if not RelativeLayout,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 36 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" +
66 "</RelativeLayout>";
84 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" +
108 "</RelativeLayout>",
117 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" +
198 "</RelativeLayout>";
217 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" +
288 "</RelativeLayout>",
297 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" +
318 "</RelativeLayout>";
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 40 import android.widget.RelativeLayout;
394 dialerFilter.addView(text1, new RelativeLayout.LayoutParams(
395 RelativeLayout.LayoutParams.WRAP_CONTENT,
396 RelativeLayout.LayoutParams.WRAP_CONTENT));
397 dialerFilter.addView(text2, new RelativeLayout.LayoutParams(
398 RelativeLayout.LayoutParams.WRAP_CONTENT,
399 RelativeLayout.LayoutParams.WRAP_CONTENT));
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 41 import android.widget.RelativeLayout;
62 private RelativeLayout mLayout;
182 RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams
346 * Setter for the parent RelativeLayout of this ListView. A reference to this
350 public void setLayout(RelativeLayout layout) {
  /frameworks/base/docs/html-intl/intl/ja/training/multiscreen/
screensizes.jd 19 <li><a href="#TaskUseRelativeLayout">RelativeLayout ?????</a></li>
68 <h2 id="TaskUseRelativeLayout">RelativeLayout ?????</h2>
70 <p>?????? <PH>{@link android.widget.LinearLayout} ????????</PH> <code>"wrap_content"</code> ? <code>"match_parent"</code> ???????????????????????????????????????? <PH>{@link android.widget.LinearLayout}</PH> ????????????????????????????????? <PH>{@link android.widget.LinearLayout} ??????</PH> ?????????????????????????????????????????????? <PH>{@link android.widget.RelativeLayout}</PH>????????????????????????????1 ??????????????????? 1 ?????????????????</p>
76 &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
103 &lt;/RelativeLayout&gt;
116 <p>??????????????????? <PH>{@link android.widget.RelativeLayout.LayoutParams}</PH>???????????????????????????????????</p>
  /frameworks/base/docs/html-intl/intl/ko/training/multiscreen/
screensizes.jd 19 <li><a href="#TaskUseRelativeLayout">RelativeLayout ??</a></li>
68 <h2 id="TaskUseRelativeLayout">RelativeLayout ??</h2>
70 <p>??? ??? ????? ???? <PH>{@link android.widget.LinearLayout}? ?? ?????</PH> <code>"wrap_content"</code> ? <code>"match_parent"</code> ??? ??? ?????. ??? <PH>{@link android.widget.LinearLayout}</PH> ? ???? ???? ?? ??? ???? ??? ? ??? <PH>{@link android.widget.LinearLayout}</PH> ??? ???? ?????. ???? ???? ?? ??? ???? ???? ?? ?? ???? ??? ?? ??? ???? ????? ??? ? ?? <PH>{@link android.widget.RelativeLayout}</PH>? ???? ?? ? ?? ??? ? ????. ?? ?? ?? ??? ??? ????, ???? ?? ???? ??? ? ????.</p>
76 &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
103 &lt;/RelativeLayout&gt;
116 <p>????? ??? ????? ?? ??? <PH>{@link android.widget.RelativeLayout.LayoutParams}</PH>.</p>
  /frameworks/base/docs/html-intl/intl/ru/training/multiscreen/
screensizes.jd 19 <li><a href="#TaskUseRelativeLayout">????????????? ??????? RelativeLayout</a></li>
68 <h2 id="TaskUseRelativeLayout">????????????? ??????? RelativeLayout</h2>
70 <p>? ??????? ????????? ??????????? ??????? <PH>{@link android.widget.LinearLayout}</PH> ? ?????????? <code>"wrap_content"</code> ? <code>"match_parent"</code> ????? ????????? ?????????? ??????? ??????. ?????? <PH>{@link android.widget.LinearLayout}</PH> ?? ???? ??????????? ????? ????????? ???????? ????????????? ???????? ?????????????: ? <PH>{@link android.widget.LinearLayout}</PH> ??? ?????? ?????????? ? ??? ???? ?? ??????. ???? ?????????? ??????????? ???????? ????????????? ???? ???????, ??????????? ?????? <PH>{@link android.widget.RelativeLayout}</PH>, ??????????? ?????? ????????????? ??????? ???????????. ????????, ???? ???????? ????????????? ????? ????????? ?? ?????? ???? ??????, ? ??????&nbsp;? ?? ???????.</p>
76 &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
103 &lt;/RelativeLayout&gt;
116 <p>???????? ????????: ???????? ?? ????????? ??????? ??????????? ?? ???????? ???????????? ???????? ???????, ??? ??? ??? ?????? ???????? <PH>{@link android.widget.RelativeLayout.LayoutParams}</PH>.</p>
  /cts/tests/tests/widget/res/layout/
list_popup_window.xml 17 <RelativeLayout
95 </RelativeLayout>
popup_menu.xml 17 <RelativeLayout
95 </RelativeLayout>
popup_window.xml 17 <RelativeLayout
95 </RelativeLayout>
popupwindow.xml 17 <RelativeLayout
95 </RelativeLayout>
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/layout/
add_file.xml 21 <RelativeLayout
111 </RelativeLayout>
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/res/layout/
activity_phone_permission_request.xml 15 <RelativeLayout
85 </RelativeLayout>
activity_wear_permission_request.xml 15 <RelativeLayout
85 </RelativeLayout>
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/res/layout/
main_activity.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
105 </RelativeLayout>
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/res/layout/
main_activity.xml 20 <RelativeLayout
81 </RelativeLayout>
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/res/layout/
add_file.xml 21 <RelativeLayout
111 </RelativeLayout>
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/res/layout/
activity_phone_permission_request.xml 15 <RelativeLayout
85 </RelativeLayout>
activity_wear_permission_request.xml 15 <RelativeLayout
85 </RelativeLayout>
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/res/layout/
main_activity.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
105 </RelativeLayout>
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/res/layout/
main_activity.xml 20 <RelativeLayout
81 </RelativeLayout>
  /development/samples/ApiDemos/res/layout/
drag_layout.xml 19 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
93 </RelativeLayout>

Completed in 1214 milliseconds

<<21222324252627282930>>