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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 </RelativeLayout>
sample4.info 3 android.widget.RelativeLayout [0,36,240,284] <RelativeLayout>
completion10.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
10 </RelativeLayout>
completion11.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
15 </RelativeLayout>
sample2.info 3 android.widget.RelativeLayout [0,36,240,284] <RelativeLayout>
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 32 import android.widget.RelativeLayout;
44 * Test {@link RelativeLayout.LayoutParams}.
62 RelativeLayout.LayoutParams layoutParams = new RelativeLayout.LayoutParams(200, 300);
66 RelativeLayout.LayoutParams tempLayoutParams = layoutParams;
67 layoutParams = new RelativeLayout.LayoutParams(tempLayoutParams);
72 layoutParams = new RelativeLayout.LayoutParams(tempViewGroupLayoutParams);
77 layoutParams = new RelativeLayout.LayoutParams(tempMarginLayoutParams);
82 XmlUtils.beginDocument(p, "RelativeLayout");
83 layoutParams = new RelativeLayout.LayoutParams(mActivity, p)
    [all...]
RelativeLayoutTest.java 40 import android.widget.RelativeLayout;
53 * Test {@link RelativeLayout}.
73 new RelativeLayout(mActivity);
75 new RelativeLayout(mActivity, null);
77 new RelativeLayout(mActivity, null, 0);
81 new RelativeLayout(mActivity, attrs);
86 new RelativeLayout(null, null);
91 // Initial gravity for this RelativeLayout is Gravity.Right.
92 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
relative_layout_ltr.xml 27 <RelativeLayout
32 </RelativeLayout>
34 <RelativeLayout
39 </RelativeLayout>
41 <RelativeLayout
46 </RelativeLayout>
48 <RelativeLayout
53 </RelativeLayout>
55 <RelativeLayout
60 </RelativeLayout>
    [all...]
relative_layout_rtl.xml 27 <RelativeLayout
32 </RelativeLayout>
34 <RelativeLayout
39 </RelativeLayout>
41 <RelativeLayout
46 </RelativeLayout>
48 <RelativeLayout
53 </RelativeLayout>
55 <RelativeLayout
60 </RelativeLayout>
    [all...]
  /cts/apps/CtsVerifier/res/layout/
activity_cts.xml 0 <RelativeLayout
12 </RelativeLayout>
  /external/walt/android/WALT/app/src/main/res/layout/
activity_crash_log.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
11 </RelativeLayout>
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppWithCorruptedDex/res/layout/
activity_main.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 </RelativeLayout>
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/res/layout/
activity_main.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 </RelativeLayout>
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/res/layout/
activity_main.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 </RelativeLayout>
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/res/layout/
activity_main.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 </RelativeLayout>
  /platform_testing/tests/perf/PerformanceLaunch/res/layout/
activity_background.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
8 </RelativeLayout
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/res/layout/
activity_main.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
13 </RelativeLayout>
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/res/layout/
activity_main.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
13 </RelativeLayout>
  /frameworks/base/tests/FeatureSplit/base/res/layout/
main.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
11 </RelativeLayout>
  /frameworks/base/tests/HierarchyViewerTest/res/layout/
activity_main.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
12 </RelativeLayout>
  /cts/tests/tests/assist/service/res/layout/
assist_layer.xml 2 <RelativeLayout
14 </RelativeLayout>
  /developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/res/layout/
fragment_main_dummy.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
16 </RelativeLayout>
  /developers/samples/android/ui/views/HorizontalPaging/Application/src/main/res/layout/
fragment_main_dummy.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
16 </RelativeLayout>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java 30 import android.widget.RelativeLayout;
50 RelativeLayout container = new RelativeLayout(this);
56 RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams(
57 RelativeLayout.LayoutParams.WRAP_CONTENT,
58 RelativeLayout.LayoutParams.WRAP_CONTENT);
59 lp.addRule(RelativeLayout.CENTER_IN_PARENT);
  /development/samples/browseable/HorizontalPaging/res/layout/
fragment_main_dummy.xml 0 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
16 </RelativeLayout>

Completed in 429 milliseconds

1 2 3 4 5 6 7 8 91011>>