HomeSort by relevance Sort by last modified time
    Searched full:relativelayout (Results 26 - 50 of 629) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/svox/PicoLangInstallerEngGbr/res/layout/
installing.xml 3 <RelativeLayout
29 </RelativeLayout>
  /external/svox/PicoLangInstallerEngUsa/res/layout/
installing.xml 3 <RelativeLayout
29 </RelativeLayout>
  /external/svox/PicoLangInstallerFraFra/res/layout/
installing.xml 3 <RelativeLayout
29 </RelativeLayout>
  /external/svox/PicoLangInstallerItaIta/res/layout/
installing.xml 3 <RelativeLayout
29 </RelativeLayout>
  /external/svox/PicoLangInstallerSpaEsp/res/layout/
installing.xml 3 <RelativeLayout
29 </RelativeLayout>
  /external/svox/picolanginstaller/res/layout/
installing.xml 3 <RelativeLayout
29 </RelativeLayout>
  /packages/apps/Camera/res/layout/
panorama_module.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
23 </RelativeLayout>
  /packages/apps/Email/res/layout/
compose_body.xml 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
23 </RelativeLayout
account_settings_incoming_fragment.xml 25 <RelativeLayout
45 <RelativeLayout
53 </RelativeLayout>
54 </RelativeLayout>
  /packages/apps/Gallery2/res/layout/
main.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
20 </RelativeLayout>
  /packages/apps/Music/res/layout/
track_list_item.xml 19 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
27 </RelativeLayout>
  /packages/apps/Phone/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>
  /packages/apps/Camera/res/layout-land/
video_module.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
23 <RelativeLayout
56 </RelativeLayout>
58 </RelativeLayout>
  /packages/apps/Camera/res/layout-port/
video_module.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
23 <RelativeLayout
56 </RelativeLayout>
58 </RelativeLayout>
  /packages/apps/Gallery/res/layout/
cropimage.xml 21 <RelativeLayout
33 <RelativeLayout android:layout_width="wrap_content"
54 </RelativeLayout>
55 </RelativeLayout>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ViewLayoutUtils.java 23 import android.widget.RelativeLayout;
33 } else if (placer instanceof RelativeLayout) {
34 return new RelativeLayout.LayoutParams(width, height);
38 throw new IllegalArgumentException("placer is neither FrameLayout nor RelativeLayout: "
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
EditorRelativeLayout.java 24 import android.widget.RelativeLayout;
27 * The RelativeLayout which is the container for the editor layout.
32 public class EditorRelativeLayout extends RelativeLayout implements View.OnClickListener {
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.widget.RelativeLayout.html 10 android.widget.RelativeLayout
74 Class android.widget.<A HREF="../../../../reference/android/widget/RelativeLayout.html" target="_top"><font size="+2"><code>RelativeLayout</code></font></A>
87 <A NAME="android.widget.RelativeLayout.ALIGN_END"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/widget/RelativeLayout.html#ALIGN_END" target="_top"><code>ALIGN_END</code></A></nobr>
94 <A NAME="android.widget.RelativeLayout.ALIGN_PARENT_END"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/widget/RelativeLayout.html#ALIGN_PARENT_END" target="_top"><code>ALIGN_PARENT_END</code></A></nobr>
101 <A NAME="android.widget.RelativeLayout.ALIGN_PARENT_START"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/widget/RelativeLayout.html#ALIGN_PARENT_START" target="_top"><code>ALIGN_PARENT_START</code></A></nobr>
108 <A NAME="android.widget.RelativeLayout.ALIGN_START"></A
    [all...]
  /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...]

Completed in 3555 milliseconds

12 3 4 5 6 7 8 91011>>