Searched
full:relativelayout (Results
376 -
400 of
501) sorted by null
<<11121314151617181920>>
/packages/apps/Settings/res/layout-sw600dp-land/ |
confirm_lock_password.xml | 21 <RelativeLayout 94 </RelativeLayout
|
/packages/apps/Settings/src/com/android/settings/ |
ApnPreference.java | 32 import android.widget.RelativeLayout; 95 if ((textLayout != null) && textLayout instanceof RelativeLayout) {
|
/packages/apps/VideoEditor/res/layout-w320dp-port/ |
overlay_title_editor.xml | 28 <RelativeLayout 41 </RelativeLayout>
|
project_layout.xml | 74 <RelativeLayout 86 </RelativeLayout>
|
/packages/apps/VideoEditor/res/layout-w360dp-port/ |
project_layout.xml | 74 <RelativeLayout 86 </RelativeLayout>
|
/packages/apps/VideoEditor/res/layout-w533dp-land/ |
overlay_title_editor.xml | 33 <RelativeLayout 46 </RelativeLayout>
|
project_layout.xml | 24 <RelativeLayout 35 </RelativeLayout>
|
/packages/apps/VideoEditor/res/layout-w595dp-land/ |
project_layout.xml | 24 <RelativeLayout 35 </RelativeLayout>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoringTest.java | 47 // Test code which analyzes an embedded RelativeLayout 76 // Test code which analyzes an embedded RelativeLayout
|
/cts/tests/res/layout/ |
remote_view_test_good.xml | 39 <RelativeLayout android:id="@+id/relative"
|
remoteviews_good.xml | 39 <RelativeLayout android:id="@+id/remoteView_relative"
|
/frameworks/base/core/tests/coretests/res/layout/ |
remote_view_test_good.xml | 39 <RelativeLayout android:id="@+id/relative"
|
/packages/apps/Contacts/res/layout/ |
call_detail.xml | 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 39 <RelativeLayout 198 </RelativeLayout> 214 </RelativeLayout>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutWizard.java | 112 // We don't exclude RelativeLayout even if the current layout is RelativeLayout, 114 // RelativeLayout at the root. 135 // The default should be GridLayout (if available) and if not RelativeLayout,
|
/frameworks/base/docs/html/resources/tutorials/views/ |
index.jd | 41 <a href="hello-relativelayout.html">Relative Layout</a><br/> 42 <a href="hello-relativelayout.html"><img src="images/hello-relativelayout.png" height="285"
|
/packages/apps/Phone/res/layout/ |
incall_screen.xml | 24 <!-- TODO: This RelativeLayout is useless since it only has 35 <RelativeLayout android:id="@+id/inCallPanel" 45 </RelativeLayout> <!-- End of inCallPanel -->
|
/frameworks/base/docs/html/training/improving-layouts/ |
optimizing-layout.jd | 108 the layout shallow and wide, rather than narrow and deep. A {@link android.widget.RelativeLayout} as 110 android.widget.RelativeLayout}, you can see that the layout becomes a 2-level hierarchy. Inspection 113 <img src="{@docRoot}images/training/hierarchy-relativelayout.png" alt="" /> 115 using {@link android.widget.RelativeLayout}.</p> 143 <li>Deep layouts - Layouts with too much nesting are bad for performance. Consider using flatter layouts such as {@link android.widget.RelativeLayout} or {@link android.widget.GridLayout} to improve performance. The default maximum depth is 10.</li>
|
/cts/tests/tests/widget/src/android/widget/cts/ |
DialerFilterTest.java | 44 import android.widget.RelativeLayout; 530 dialerFilter.addView(text1, new RelativeLayout.LayoutParams( 531 RelativeLayout.LayoutParams.WRAP_CONTENT, 532 RelativeLayout.LayoutParams.WRAP_CONTENT)); 533 dialerFilter.addView(text2, new RelativeLayout.LayoutParams( 534 RelativeLayout.LayoutParams.WRAP_CONTENT, 535 RelativeLayout.LayoutParams.WRAP_CONTENT));
|
/packages/apps/Camera/res/layout-sw600dp/ |
camera_control.xml | 25 layout_width as wrap_contant but RelativeLayout Javadoc says that
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 127 UiViewElementNode child2Node = createNode("android.widget.RelativeLayout", true); 128 ViewInfo child2 = new ViewInfo("RelativeLayout", child2Node, 0, 20, 70, 25); 144 assertEquals("RelativeLayout", includedView.getName()); 168 ViewInfo child2 = new ViewInfo("RelativeLayout", child2Node, 0, 20, 70, 25); 191 assertEquals("RelativeLayout", includedView.getName()); 210 ViewInfo child2 = new ViewInfo("RelativeLayout", null /* layoutlib 4 */, 0, 20, 70, 25); 233 assertEquals("RelativeLayout", includedView.getName()); 253 ViewInfo child2 = new ViewInfo("RelativeLayout", null, 0, 20, 70, 25); 282 assertEquals("RelativeLayout", includedView1.getName()); 309 ViewInfo child2 = new ViewInfo("RelativeLayout", null, 0, 20, 70, 25) [all...] |
/development/apps/Development/res/layout/ |
development_settings.xml | 24 <RelativeLayout 172 </RelativeLayout>
|
/frameworks/base/core/java/com/android/internal/widget/ |
DigitalClock.java | 32 import android.widget.RelativeLayout; 42 public class DigitalClock extends RelativeLayout {
|
/frameworks/base/core/res/res/layout/ |
grant_credentials_permission.xml | 61 <RelativeLayout 109 </RelativeLayout>
|
keyguard_screen_sim_puk_landscape.xml | 19 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 182 </RelativeLayout>
|
screen_title_icons.xml | 32 <RelativeLayout android:id="@android:id/title_container" 96 </RelativeLayout>
|
Completed in 1020 milliseconds
<<11121314151617181920>>