Searched refs:inflater (Results 301 - 310 of 310) sorted by relevance

<<111213

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java160 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
163 final View v = inflater.inflate(R.layout.alarm_clock, container, false);
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java1009 LayoutInflater inflater = (LayoutInflater) context.getSystemService(
1011 View dialogView = inflater.inflate(R.layout.dialog_ussd_response, null);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java100 final LayoutInflater inflater = getLayoutInflater();
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsUi.java232 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java1717 LayoutInflater inflater = mActivity.getLayoutInflater();
1718 inflater.inflate(R.layout.photo_module_content, (ViewGroup) viewGroup);
H A DVideoModule.java2195 LayoutInflater inflater = mActivity.getLayoutInflater();
2197 inflater.inflate(R.layout.video_module, (ViewGroup) mRootView);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java2093 final MenuInflater inflater = getMenuInflater();
2094 inflater.inflate(R.menu.quickcontact, menu);
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java879 LayoutInflater inflater;
880 inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
881 mPopupView = inflater.inflate(R.layout.bubble_event, null);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java2276 MenuInflater inflater = getMenuInflater();
2277 inflater.inflate(R.menu.compose_menu, menu);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java1427 final MenuInflater inflater = mActivity.getMenuInflater();
1428 inflater.inflate(mActionBarController.getOptionsMenuId(), menu);

Completed in 411 milliseconds

<<111213