/cts/tests/tests/widget/src/android/widget/cts/ |
RelativeLayoutTest.java | 43 import android.widget.RelativeLayout; 48 * Test {@link RelativeLayout}. 50 @TestTargetClass(RelativeLayout.class) 68 method = "RelativeLayout", 73 method = "RelativeLayout", 78 method = "RelativeLayout", 84 new RelativeLayout(mActivity); 86 new RelativeLayout(mActivity, null); 88 new RelativeLayout(mActivity, null, 0); 92 new RelativeLayout(mActivity, attrs) [all...] |
RelativeLayout_LayoutParamsTest.java | 31 import android.widget.RelativeLayout; 34 * Test {@link RelativeLayout.LayoutParams}. 36 @TestTargetClass(RelativeLayout.LayoutParams.class) 47 method = "RelativeLayout.LayoutParams", 52 method = "RelativeLayout.LayoutParams", 57 method = "RelativeLayout.LayoutParams", 62 method = "RelativeLayout.LayoutParams", 68 new RelativeLayout.LayoutParams(getActivity(), null); 73 RelativeLayout.LayoutParams layoutParams = new RelativeLayout.LayoutParams(200, 300) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
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>
|
sample2.info | 3 android.widget.RelativeLayout [0,36,240,284] <RelativeLayout>
|
sample4-expected-changeLayout4.xml | 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 26 </RelativeLayout
|
/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...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
FrameLayoutCompatUtils.java | 23 import android.widget.RelativeLayout; 31 // Insert RelativeLayout to be able to setMargin because pre-Honeycomb FrameLayout 33 final ViewGroup placer = new RelativeLayout(container.getContext()); 44 } else if (placer instanceof RelativeLayout) { 45 return new RelativeLayout.LayoutParams(width, height); 49 throw new IllegalArgumentException("placer is neither FrameLayout nor 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);
|
/packages/apps/Music/src/com/android/music/ |
CheckableRelativeLayout.java | 22 import android.widget.RelativeLayout; 25 * A special variation of RelativeLayout that can be used as a checkable object. 27 * also supports checking. Otherwise, it works identically to a RelativeLayout. 29 public class CheckableRelativeLayout extends RelativeLayout implements Checkable {
|
/packages/apps/Email/res/layout/ |
quoted_text.xml | 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 21 <RelativeLayout android:layout_width="match_parent" 25 <RelativeLayout android:layout_width="wrap_content" 46 </RelativeLayout> 48 </RelativeLayout> 62 </RelativeLayout>
|
compose_body.xml | 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 23 </RelativeLayout
|
/development/samples/BusinessCard/res/layout/ |
business_card.xml | 2 <RelativeLayout 26 </RelativeLayout>
|
/external/svox/PicoLangInstallerDeuDeu/res/layout/ |
installing.xml | 3 <RelativeLayout 29 </RelativeLayout>
|
/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>
|
/frameworks/base/core/res/res/layout-sw600dp/ |
keyguard_screen_unlock_portrait.xml | 27 <RelativeLayout 33 <RelativeLayout android:id="@+id/transport_bg_protect" 60 </RelativeLayout> 62 </RelativeLayout> 65 <RelativeLayout 71 <RelativeLayout 119 </RelativeLayout> 130 </RelativeLayout>
|
/packages/apps/Gallery2/res/layout/ |
main.xml | 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 21 </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>
|