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

<<11121314151617181920>>

  /development/apps/PushApiTestAppTwo/res/layout/
activity_main.xml 25 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
28 android:id="@+id/relativelayout">
71 </RelativeLayout>
  /frameworks/support/v17/leanback/res/layout/
lb_guidedactions.xml 18 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
34 <!-- special relativelayout will assign guidedactions_sub_list's topMargin using percentage
68 </RelativeLayout>
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
FakeClusterNavigationActivity.java 29 import android.widget.RelativeLayout;
76 RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams(
  /prebuilts/sdk/current/support/v17/leanback/res/layout/
lb_guidedactions.xml 18 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
34 <!-- special relativelayout will assign guidedactions_sub_list's topMargin using percentage
68 </RelativeLayout>
  /cts/apps/CtsVerifier/res/layout/
telecom_enable_phone_account.xml 32 <RelativeLayout
65 </RelativeLayout>
67 <RelativeLayout
100 </RelativeLayout>
ble_advertiser_power_level.xml 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
51 </RelativeLayout>
camera_fov_calibration_photo_capture.xml 18 <RelativeLayout
54 </RelativeLayout>
companion_test_main.xml 27 <RelativeLayout
60 </RelativeLayout>
da_tapjacking_test_main.xml 28 <RelativeLayout
50 </RelativeLayout>
location_mode_item.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
54 </RelativeLayout>
network_screen_off.xml 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
47 </RelativeLayout>
nls_item.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
54 </RelativeLayout
  /cts/tests/tests/transition/res/layout/
scene4.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayoutCtsActivity.java 24 * A minimal application for RelativeLayout test.
  /developers/build/prebuilts/gradle/DataLayer/Application/src/main/res/layout/
main_activity.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 <RelativeLayout
58 </RelativeLayout>
86 </RelativeLayout>
  /developers/samples/android/wearable/wear/DataLayer/Application/src/main/res/layout/
main_activity.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 <RelativeLayout
58 </RelativeLayout>
86 </RelativeLayout>
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Baseline6.java 26 * Baseline alignment in RelativeLayout.
Baseline7.java 26 * Baseline alignment in RelativeLayout with various font weights.
  /development/samples/browseable/DataLayer/Application/res/layout/
main_activity.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 <RelativeLayout
58 </RelativeLayout>
86 </RelativeLayout>
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/res/layout/
activity_main.xml 23 <RelativeLayout
48 </RelativeLayout>
68 <RelativeLayout
91 </RelativeLayout>
  /frameworks/support/transition/tests/res/layout/
scene4.xml 17 <RelativeLayout
  /packages/apps/Car/LensPicker/res/layout/
resolver_list.xml 26 <RelativeLayout
52 </RelativeLayout>
61 <RelativeLayout
86 </RelativeLayout>
  /packages/apps/Gallery/res/layout/
image_gallery.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/root"
67 <RelativeLayout android:id="@+id/no_images"
94 </RelativeLayout>
95 </RelativeLayout>
  /packages/apps/UnifiedEmail/res/layout/
wait_container.xml 18 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ViewLayoutUtils.java 26 import android.widget.RelativeLayout;
37 } else if (placer instanceof RelativeLayout) {
38 return new RelativeLayout.LayoutParams(width, height);
42 throw new IllegalArgumentException("placer is neither FrameLayout nor RelativeLayout: "

Completed in 516 milliseconds

<<11121314151617181920>>