HomeSort by relevance Sort by last modified time
    Searched full:relativelayout (Results 176 - 200 of 501) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Phone/res/layout/
get_pin2_screen.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
48 </RelativeLayout>
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 27 import android.widget.RelativeLayout;
34 public class CorpusView extends RelativeLayout implements Checkable {
  /packages/apps/Settings/res/layout/
date_time_settings_setupwizard.xml 40 <RelativeLayout android:layout_height="wrap_content"
52 </RelativeLayout>
power_usage_detail_item_text.xml 17 <RelativeLayout
44 </RelativeLayout>
trusted_credential.xml 25 <RelativeLayout
46 </RelativeLayout>
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
FileItemInfoLayout.java 13 import android.widget.RelativeLayout;
19 public class FileItemInfoLayout extends RelativeLayout implements Checkable {
  /packages/apps/Tag/res/layout/
tag_uri.xml 18 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
59 </RelativeLayout>
  /packages/apps/VideoEditor/res/layout/
audio_track_action_bar.xml 18 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
46 </RelativeLayout
ken_burns_layout.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
55 </RelativeLayout>
  /packages/wallpapers/LivePicker/res/layout/
live_wallpaper_entry.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
72 </RelativeLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample2-expected-changeLayout2.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
62 </RelativeLayout
sample2-expected-changeView2.xml 4 <RelativeLayout android:layout_height="match_parent" android:id="@+id/relativeLayout1" android:layout_width="match_parent">
10 </RelativeLayout>
sample2-expected-extract3.xml 4 <RelativeLayout android:layout_height="match_parent" android:id="@+id/relativeLayout1" android:layout_width="match_parent">
10 </RelativeLayout>
sample2.xml 4 <RelativeLayout android:layout_height="match_parent" android:id="@+id/relativeLayout1" android:layout_width="match_parent">
10 </RelativeLayout>
sample5-expected-changeLayout5.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
70 </RelativeLayout
  /frameworks/base/core/res/res/layout-sw600dp/
keyguard_screen_password_landscape.xml 27 <RelativeLayout
33 <RelativeLayout android:id="@+id/transport_bg_protect"
61 </RelativeLayout>
63 </RelativeLayout>
66 <RelativeLayout
165 </RelativeLayout>
keyguard_screen_password_portrait.xml 26 <RelativeLayout
32 <RelativeLayout android:id="@+id/transport_bg_protect"
59 </RelativeLayout>
61 </RelativeLayout>
64 <RelativeLayout
167 </RelativeLayout>
keyguard_screen_tab_unlock_land.xml 31 <RelativeLayout
37 <RelativeLayout android:id="@+id/transport_bg_protect"
63 </RelativeLayout>
65 </RelativeLayout>
68 <RelativeLayout
121 </RelativeLayout>>
  /packages/apps/Camera/res/layout/
mode_picker.xml 22 <RelativeLayout android:id="@+id/current_mode"
29 <RelativeLayout
59 </RelativeLayout>
64 </RelativeLayout>
65 <RelativeLayout android:id="@+id/mode_selection"
104 </RelativeLayout>
pano_capture.xml 23 <RelativeLayout android:id="@+id/frame_layout"
34 <RelativeLayout
70 </RelativeLayout>
72 <RelativeLayout
87 </RelativeLayout>
127 </RelativeLayout>
  /packages/apps/Camera/res/layout-sw600dp/
pano_capture.xml 23 <RelativeLayout android:id="@+id/frame_layout"
56 <RelativeLayout
71 </RelativeLayout>
74 <RelativeLayout
108 </RelativeLayout>
125 </RelativeLayout>
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 52 * Note that you cannot have a circular dependency between the size of the RelativeLayout and the
53 * position of its children. For example, you cannot have a RelativeLayout whose height is set to
58 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-relativelayout.html">Relative
62 * Also see {@link android.widget.RelativeLayout.LayoutParams RelativeLayout.LayoutParams} for
70 public class RelativeLayout extends ViewGroup {
71 private static final String LOG_TAG = "RelativeLayout";
116 * Rule that aligns the child's left edge with its RelativeLayout
121 * Rule that aligns the child's top edge with its RelativeLayout
126 * Rule that aligns the child's right edge with its RelativeLayout
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 13 <li><a href="#relativelayout">RelativeLayout</a></li>
147 <h2 id="relativelayout">RelativeLayout</h2>
148 <p>{@link android.widget.RelativeLayout} lets child views specify their
166 &lt;RelativeLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android"
196 &lt;/RelativeLayout&gt;
204 the element, and some are supported by its LayoutParams member (subclass RelativeLayout
205 for all the elements in this screen, because all elements are children of a RelativeLayout
206 parent object). The defined RelativeLayout parameters are: <code>width</code>, <code>height</code>,
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 29 import android.widget.RelativeLayout;
48 public class TextProgressBar extends RelativeLayout implements OnChronometerTickListener {
147 RelativeLayout.LayoutParams params;
150 params = (RelativeLayout.LayoutParams) mProgressBar.getLayoutParams();
173 params = (RelativeLayout.LayoutParams) mChronometer.getLayoutParams();
  /frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSizeTest.java 31 import android.widget.RelativeLayout;
47 private RelativeLayout mRelativeLayout;
66 mRelativeLayout = (RelativeLayout) a.findViewById(R.id.relative_layout);

Completed in 1741 milliseconds

1 2 3 4 5 6 78 91011>>