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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/res/res/layout/
screen_simple.xml 3 /* //device/apps/common/assets/res/layout/screen_simple.xml
20 This is an optimized layout for a screen, with the minimum set of features
29 android:layout="@layout/action_mode_bar"
  /frameworks/base/core/tests/coretests/res/layout/
viewstub.xml 32 android:layout="@layout/linear_layout_buttons"
38 android:layout="@layout/linear_layout_buttons"
  /frameworks/base/core/tests/coretests/res/raw/
install_app1_cert1_cert2 
install_app1_cert3_cert4 
install_app2_cert1_cert2 
install_shared1_cert1 
install_shared1_cert2 
install_shared2_cert1 
install_shared2_cert2 
  /frameworks/base/core/tests/coretests/src/android/view/
MutateDrawable.java 30 LinearLayout layout = new LinearLayout(this); local
42 layout.addView(ok);
43 layout.addView(cancel);
47 setContentView(layout);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
NinePatchesActivity.java 31 FrameLayout layout = new FrameLayout(this); local
36 layout.addView(b);
37 layout.setBackgroundColor(0xffffffff);
39 setContentView(layout);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ManyEditTextActivityScrollResize.java 42 LinearLayout layout = new LinearLayout(this); local
43 layout.setOrientation(LinearLayout.VERTICAL);
50 layout.addView(editText);
53 ((ScrollView) mRootView).addView(layout);
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/res/xml/
appwidget_info.xml 5 android:initialLayout="@layout/test_appwidget"
  /frameworks/base/tools/layoutlib/
README 2 The goal of the library is to provide layout rendering in Eclipse that are very very close to their rendering on devices.
  /packages/apps/Calendar/res/layout/
full_month_by_week.xml 35 <include android:id="@+id/day_names" layout="@layout/full_month_header" />
37 <include android:id="@+id/week_list" layout="@android:layout/list_content"/>
month_by_week.xml 34 <include android:id="@+id/day_names" layout="@layout/mini_month_header" />
41 <include android:id="@+id/week_list" layout="@android:layout/list_content"/>
  /packages/apps/Calendar/res/layout-xlarge/
full_month_by_week.xml 34 <include android:id="@+id/day_names" layout="@layout/full_month_header" />
36 <include android:id="@+id/week_list" layout="@android:layout/list_content"/>
  /packages/apps/Camera/res/layout/
camera.xml 23 <include layout="@layout/preview_frame"/>
24 <include layout="@layout/camera_control"/>
panorama.xml 23 <include layout="@layout/pano_capture" />
24 <include layout="@layout/pano_review" />
  /packages/apps/Camera/res/layout-w1024dp/
camera.xml 24 <include layout="@layout/preview_frame"/>
25 <include layout="@layout/camera_control"/>
  /packages/apps/Contacts/res/layout/
contact_detail_tab_carousel.xml 34 layout="@layout/carousel_about_tab" />
45 layout="@layout/carousel_updates_tab" />
item_kind_section.xml 27 layout="@layout/edit_kind_title" />
37 layout="@layout/edit_add_field" />
  /packages/apps/Music/res/layout-land/
media_picker_activity.xml 23 <include layout="@layout/sd_error" />
25 <include layout="@layout/buttonbar" />
media_picker_activity_expanding.xml 23 <include layout="@layout/sd_error" />
25 <include layout="@layout/buttonbar" />
  /packages/apps/PackageInstaller/res/layout/
install_start.xml 23 layout="@layout/app_details"
29 layout="@layout/install_confirm"

Completed in 1207 milliseconds

1 2 3 4 5 6 78 91011>>