HomeSort by relevance Sort by last modified time
    Searched defs:inflater (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java 559 public boolean onCreateOptionsMenu(MenuInflater inflater, Menu menu) {
561 inflater.inflate(R.menu.message_list_fragment_option, menu);
565 inflater.inflate(R.menu.message_view_fragment_option, menu);
572 public boolean onPrepareOptionsMenu(MenuInflater inflater, Menu menu) {
574 super.onPrepareOptionsMenu(inflater, menu);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 79 PreferenceInflater inflater = new PreferenceInflater(mContext); local
81 (PreferenceGroup) inflater.inflate(preferenceRes);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 250 LayoutInflater inflater = (LayoutInflater)getSystemService( local
252 TextView label = (TextView)inflater.inflate(R.layout.label, null);
264 LayoutInflater inflater = (LayoutInflater)getSystemService( local
266 View root = inflater.inflate(R.layout.permissions_list, null);
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 145 LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {
146 mTabHost = (TabHost) inflater.inflate(R.layout.trusted_credentials, parent, false);
192 LayoutInflater inflater = LayoutInflater.from(getActivity()); local
193 view = inflater.inflate(R.layout.trusted_credential, parent, false);
349 LayoutInflater inflater = LayoutInflater.from(getActivity()); local
350 Button removeButton = (Button) inflater.inflate(R.layout.trusted_credential_details,
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 94 LayoutInflater inflater = LayoutInflater.from(context); local
111 .setView(inflater.inflate(R.layout.keyboard_layout_dialog_switch_hint, null));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 150 final LayoutInflater inflater = local
153 final View inputView = inflater.inflate(R.layout.input_view, vg);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 160 LayoutInflater inflater = LayoutInflater.from(this); local
161 TextView content = (TextView) inflater.inflate(R.layout.live_wallpaper_loading, null);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 170 final LayoutInflater inflater = getLayoutInflater(); local
184 final TableRow row = (TableRow) inflater.inflate(R.layout.sensor_row,
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardHostView.java 731 final LayoutInflater inflater = LayoutInflater.from(mContext); local
733 View v = inflater.inflate(layoutId, mSecurityViewContainer, false);
1022 LayoutInflater inflater = LayoutInflater.from(mContext); local
1125 LayoutInflater inflater = LayoutInflater.from(mContext); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 939 MenuInflater inflater = getMenuInflater(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 536 MenuInflater inflater = getSupportMenuInflater(); local
539 inflater.inflate(R.menu.pickup, menu);
544 inflater.inflate(R.menu.pickup, menu);
547 inflater.inflate(R.menu.albumset, menu);
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 844 MenuInflater inflater = getMenuInflater(); local
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 498 MenuInflater inflater = getMenuInflater(); local
499 inflater.inflate(R.menu.action_bar_menu, menu);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 239 final LayoutInflater inflater = LayoutInflater.from(context); local
240 mWordToSaveView = (TextView)inflater.inflate(R.layout.suggestion_word, null);
241 mLeftwardsArrowView = (TextView)inflater.inflate(R.layout.hint_add_to_dictionary, null);
242 mHintToSaveView = (TextView)inflater.inflate(R.layout.hint_add_to_dictionary, null);
603 final LayoutInflater inflater = LayoutInflater.from(context); local
604 inflater.inflate(R.layout.suggestions_strip, this);
607 mPreviewText = (TextView) inflater.inflate(R.layout.suggestion_preview, null);
615 final TextView word = (TextView)inflater.inflate(R.layout.suggestion_word, null);
620 final View divider = inflater.inflate(R.layout.suggestion_divider, null);
624 mInfos.add((TextView)inflater.inflate(R.layout.suggestion_info, null))
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 113 final LayoutInflater inflater = LayoutInflater.from(mContext); local
114 mParent = (ViewGroup)inflater.inflate(R.layout.cursoradapter_host, null);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 464 LayoutInflater inflater = (LayoutInflater) local
466 mView = inflater.inflate(mLayoutResourceId, parent, false);
  /development/samples/Home/src/com/example/android/home/
Home.java 619 final LayoutInflater inflater = getLayoutInflater(); local
620 convertView = inflater.inflate(R.layout.application, parent, false);
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 327 LayoutInflater inflater = (LayoutInflater)context.getSystemService( local
331 return getPermissionItemViewOld(context, inflater, grpName,
527 private static PermissionItemView getPermissionItemView(Context context, LayoutInflater inflater,
530 PermissionItemView permView = (PermissionItemView)inflater.inflate(
538 private static View getPermissionItemViewOld(Context context, LayoutInflater inflater,
540 View permView = inflater.inflate(R.layout.app_permission_item_old, null);
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 293 LayoutInflater inflater = LayoutInflater.from(context); local
295 final IconMenuItemView itemView = (IconMenuItemView) inflater.inflate(
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 148 final LayoutInflater inflater = LayoutInflater.from(mContext); local
151 view = inflater.inflate(R.layout.suggestion_item, parent, false);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 430 public View onCreateView(LayoutInflater inflater, ViewGroup container,
435 view = inflater.inflate(R.layout.edit_event_single_column, null);
437 view = inflater.inflate(R.layout.edit_event, null);
443 View actionBarButtons = inflater.inflate(R.layout.edit_event_custom_actionbar,
491 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
492 super.onCreateOptionsMenu(menu, inflater);
495 inflater.inflate(R.menu.edit_event_title_bar, menu);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 84 PreferenceInflater inflater = new PreferenceInflater(mContext); local
86 (PreferenceGroup) inflater.inflate(preferenceRes);
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 445 LayoutInflater inflater = local
447 View view = inflater.inflate(R.layout.call_log_list_item, parent, false);
459 LayoutInflater inflater = local
461 View view = inflater.inflate(R.layout.call_log_list_item, parent, false);
473 LayoutInflater inflater = local
475 View view = inflater.inflate(R.layout.call_log_list_item, parent, false);
    [all...]
CallLogFragment.java 210 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
211 View view = inflater.inflate(R.layout.call_log_fragment, container, false);
331 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
332 super.onCreateOptionsMenu(menu, inflater);
333 inflater.inflate(R.menu.call_log_options, menu);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 527 LayoutInflater inflater = LayoutInflater.from(context); local
528 return inflater.inflate(R.layout.directory_header, parent, false);

Completed in 3271 milliseconds

1 2 3 4 5 67 8 910