Searched refs:layout (Results 76 - 100 of 473) sorted by path

1234567891011>>

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DFinishAffinity.java37 setContentView(R.layout.activity_finish_affinity);
H A DForegroundService.java206 setContentView(R.layout.foreground_service_controller);
H A DForwardTarget.java38 setContentView(R.layout.forward_target);
H A DForwarding.java52 <td class="LinkColumn">/res/any/layout/forwarding.xml</td>
64 setContentView(R.layout.forwarding);
H A DFragmentAlertDialog.java41 setContentView(R.layout.fragment_dialog);
H A DFragmentArguments.java34 * and layout attributes.
40 setContentView(R.layout.fragment_arguments);
100 View v = inflater.inflate(R.layout.hello_world, container, false);
H A DFragmentArgumentsFragment.java30 * and layout attributes.
49 View v = inflater.inflate(R.layout.fragment_arguments_fragment, container, false);
H A DFragmentContextMenu.java53 View root = inflater.inflate(R.layout.fragment_context_menu, container, false);
H A DFragmentCustomAnimations.java42 setContentView(R.layout.fragment_stack);
123 View v = inflater.inflate(R.layout.hello_world, container, false);
H A DFragmentDialog.java39 setContentView(R.layout.fragment_dialog);
150 View v = inflater.inflate(R.layout.fragment_dialog, container, false);
H A DFragmentDialogOrActivity.java37 setContentView(R.layout.fragment_dialog_or_activity);
75 View v = inflater.inflate(R.layout.hello_world, container, false);
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 DFragmentLayout.java40 * This sample provides a different layout (and activity flow) when run in
50 setContentView(R.layout.fragment_layout);
86 * data to the user as appropriate based on the currrent UI layout.
99 android.R.layout.simple_list_item_activated_1, Shakespeare.TITLES));
H A DFragmentListArray.java52 android.R.layout.simple_list_item_1, Shakespeare.TITLES));
H A DFragmentMenu.java52 setContentView(R.layout.fragment_menu);
H A DFragmentMenuFragment.java50 View v = inflater.inflate(R.layout.fragment_menu, container, false);
H A DFragmentReceiveResult.java83 View v = inflater.inflate(R.layout.receive_result, container, false);
H A DFragmentRetainInstance.java60 View v = inflater.inflate(R.layout.fragment_retain_instance, container, false);
H A DFragmentStack.java38 setContentView(R.layout.fragment_stack);
122 View v = inflater.inflate(R.layout.hello_world, container, false);
H A DFragmentStackFragment.java50 View v = inflater.inflate(R.layout.fragment_stack, container, false);
H A DFragmentTabsFragment.java48 View v = inflater.inflate(R.layout.fragment_tabs_fragment, container, false);
H A DHelloWorld.java43 * <td >/res/any/layout/hello_world.xml</td>
61 // See assets/res/any/layout/hello_world.xml for this
62 // view layout definition, which is being set here as
64 setContentView(R.layout.hello_world);
H A DIncomingMessage.java42 setContentView(R.layout.incoming_message);
136 // Note that we use R.layout.incoming_message_panel as the ID for
189 // Note that we use R.layout.incoming_message_panel as the ID for
H A DIncomingMessageInterstitial.java38 setContentView(R.layout.incoming_message_interstitial);
H A DIncomingMessageView.java44 setContentView(R.layout.incoming_message_view);

Completed in 552 milliseconds

1234567891011>>