Searched refs:container (Results 101 - 125 of 126) sorted by relevance

123456

/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java512 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
513 final View view = inflater.inflate(R.layout.running_service_details, container, false);
514 Utils.prepareCustomPreferencesList(container, view, view, false);
511 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
H A DInstalledAppDetails.java428 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
429 final View view = inflater.inflate(R.layout.installed_app_details, container, false);
430 Utils.prepareCustomPreferencesList(container, view, view, false);
427 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettings.java207 public View onCreateView(final LayoutInflater inflater, ViewGroup container, argument
210 View view = inflater.inflate(R.layout.setup_preference, container, false);
271 return super.onCreateView(inflater, container, savedInstanceState);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java140 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactEditorView.java270 (ViewGroup) organizationView.findViewById(R.id.container);
H A DContactEditorFragment.java344 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) { argument
345 final View view = inflater.inflate(R.layout.contact_editor_fragment, container, false);
/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailPlaybackFragment.java81 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockPattern.java307 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
H A DChooseLockPassword.java180 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
H A DDataUsageSummary.java293 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
297 final View view = inflater.inflate(R.layout.data_usage_summary, container, false);
313 // on parent container for inset.
324 prepareCustomPreferencesList(container, view, mListView, true);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksPage.java388 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
390 mRoot = inflater.inflate(R.layout.bookmarks, container, false);
H A DTab.java140 // Subwindow container
1262 * the container view.
1541 void setViewContainer(View container) { argument
1542 mContainer = container;
/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebsiteSettingsFragment.java639 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
641 View view = inflater.inflate(R.layout.website_settings, container, false);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DDialtactsActivity.java77 * a tab with the favorite. This is the container and the tabs are
140 public void setPrimaryItem(ViewGroup container, int position, Object object) { argument
146 super.setPrimaryItem(container, position, object);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java207 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) { argument
210 mRootView = (ViewGroup) inflater.inflate(R.layout.group_editor_fragment, container, false);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java260 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
263 View v = inflater.inflate(R.layout.stopwatch_fragment, container, false);
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListFragment.java421 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
425 return inflater.inflate(R.layout.mailbox_list_fragment, container, false);
420 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
H A DMessageViewFragmentBase.java279 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
283 final View view = inflater.inflate(R.layout.message_view_fragment, container, false);
1943 // Force redraw of the container.
278 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
H A DMessageListFragment.java363 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
362 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java155 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) { argument
156 View view = inflater.inflate(R.layout.contact_details, container, false);
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDialpadFragment.java108 * isn't enclosed by the container.
266 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) { argument
267 View fragmentView = inflater.inflate(R.layout.dialpad_fragment, container, false);
1227 // mDigits is not enclosed by the container. Make the digits field itself gone.
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java401 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
404 View v = inflater.inflate(R.layout.timer_fragment, container, false);
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java676 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
689 mView = inflater.inflate(R.layout.event_info_dialog, container, false);
691 mView = inflater.inflate(R.layout.event_info, container, false);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java430 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java289 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) { argument
290 mView = inflater.inflate(R.layout.contact_detail_fragment, container, false);
428 // The presence of a static photo container is not sufficient to determine whether or

Completed in 533 milliseconds

123456