Searched refs:layout (Results 101 - 125 of 473) sorted by relevance

1234567891011>>

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
H A DViewStreamItemPhotoActivity.java36 setContentView(R.layout.view_stream_item_photo_activity);
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DInterstitialMessageActivity.java31 setContentView(R.layout.interstitial_message);
H A DOutsideTaskActivity.java29 setContentView(R.layout.outside_task);
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DRssReaderActivity.java37 setContentView(R.layout.rss_feeds_list);
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DCustomTitle.java47 * <td >/res/any/layout/custom_title.xml</td>
64 setContentView(R.layout.custom_title);
65 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.custom_title_1);
H A DFragmentHideShow.java41 setContentView(R.layout.fragment_hide_show);
75 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
101 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
106 // Note that you will often set this in the layout XML, but since
107 // we are sharing our layout with the other fragment we will customize
H A DQuickContactsDemo.java65 ContactListItemAdapter adapter = new ContactListItemAdapter(this, R.layout.quick_contacts, c);
71 public ContactListItemAdapter(Context context, int layout, Cursor c) { argument
72 super(context, layout, c);
H A DContactsFilter.java39 setContentView(R.layout.contacts_filter);
H A DForwarding.java52 <td class="LinkColumn">/res/any/layout/forwarding.xml</td>
64 setContentView(R.layout.forwarding);
H A DIncomingMessageInterstitial.java38 setContentView(R.layout.incoming_message_interstitial);
H A DIncomingMessageView.java44 setContentView(R.layout.incoming_message_view);
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGallery2.java36 setContentView(R.layout.gallery_2);
45 android.R.layout.simple_gallery_item,
H A DList12.java48 setContentView(R.layout.list_12);
50 mAdapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, mStrings);
H A DSearchViewFilterMode.java48 setContentView(R.layout.searchview_filter);
53 android.R.layout.simple_list_item_1,
H A DAnimation3.java43 setContentView(R.layout.animation_3);
47 android.R.layout.simple_spinner_item, INTERPOLATORS);
48 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DMyRssReader.java32 // Load screen layout.
33 setContentView(R.layout.main_screen);
42 R.layout.list_element,
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
H A DMainActivity.java60 setContentView(R.layout.activity_main);
72 android.R.layout.simple_list_item_1,
H A DCardFlipActivity.java56 setContentView(R.layout.activity_card_flip);
174 return inflater.inflate(R.layout.fragment_card_front, container, false);
188 return inflater.inflate(R.layout.fragment_card_back, container, false);
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
H A DNotepadv1.java36 setContentView(R.layout.notepad_list);
75 new SimpleCursorAdapter(this, R.layout.notes_row, c, from, to);
/development/samples/training/ads-and-ux/src/com/example/training/ads/
H A DAdsCatalogActivity.java50 setContentView(R.layout.fragment_pager);
114 R.layout.ad_top,
115 R.layout.ad_bottom,
116 R.layout.ad_next_to_button,
117 R.layout.ad_covers_content };
/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DListFlipper.java71 setContentView(R.layout.rotating_list);
78 android.R.layout.simple_list_item_1, LIST_STRINGS_EN);
81 android.R.layout.simple_list_item_1, LIST_STRINGS_FR);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentHideShowSupport.java42 setContentView(R.layout.fragment_hide_show_support);
76 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
102 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
107 // Note that you will often set this in the layout XML, but since
108 // we are sharing our layout with the other fragment we will customize
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
H A DWiFiDirectServicesList.java33 return inflater.inflate(R.layout.devices_list, container, false);
40 android.R.layout.simple_list_item_2, android.R.id.text1,
70 v = vi.inflate(android.R.layout.simple_list_item_2, null);
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DClockBackActivity.java44 setContentView(R.layout.accessibility_service);
H A DTaskListActivity.java39 setContentView(R.layout.tasklist_main);

Completed in 5700 milliseconds

1234567891011>>