HomeSort by relevance Sort by last modified time
    Searched defs:inflate (Results 176 - 200 of 209) sorted by null

1 2 3 4 5 6 78 9

  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 272 popupMenu.inflate(R.menu.dialtacts_search_options);
472 getLayoutInflater().inflate(R.layout.dialtacts_custom_action_bar, null);
769 inflater.inflate(R.menu.dialtacts_options, menu);
    [all...]
PeopleActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 241 View fragmentView = inflater.inflate(R.layout.dialpad_fragment, container, false);
567 inflater.inflate(R.menu.dialpad_options, menu);
784 popupMenu.inflate(R.menu.dialpad_options);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 212 mRootView = (ViewGroup) inflater.inflate(R.layout.group_editor_fragment, container, false);
392 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false);
514 inflater.inflate(R.menu.edit_group, menu);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java 772 inflater.inflate(R.menu.email_activity_options, menu);
    [all...]
MessageListFragment.java 369 View root = inflater.inflate(R.layout.message_list_fragment,null);
384 mSearchHeader = (ViewGroup) LayoutInflater.from(mActivity).inflate(
419 mListFooterView = getActivity().getLayoutInflater().inflate(
532 inflater.inflate(R.menu.message_list_fragment_option, menu);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 448 inflater.inflate(R.menu.pickup, menu);
454 inflater.inflate(R.menu.album, menu);
AlbumSetPage.java 422 inflater.inflate(R.menu.pickup, menu);
433 inflater.inflate(R.menu.pickup, menu);
437 inflater.inflate(R.menu.albumset, menu);
PhotoPage.java 417 inflater.inflate(R.menu.photo, menu);
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 152 .inflate(R.layout.conversation_list_actionbar, null);
328 getMenuInflater().inflate(R.menu.conversation_list_menu, menu);
552 View contents = View.inflate(context, R.layout.delete_thread_dialog_view, null);
738 inflater.inflate(R.menu.conversation_multi_select_menu, menu);
742 .inflate(R.layout.conversation_list_multi_select_actionbar, null);
756 .inflate(R.layout.conversation_list_multi_select_actionbar, null);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
OtaUtils.java 253 // Inflate OTASP-specific UI elements:
259 otaCallCardStub.inflate();
    [all...]
InCallScreen.java 511 // Inflate everything in incall_screen.xml and add it to the screen.
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 492 inflater.inflate(R.menu.action_bar_menu, menu);
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java 582 inflater.inflate(R.layout.number_picker, this, true);
    [all...]
SearchView.java 247 inflater.inflate(R.layout.search_view, this, true);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 260 (AggregationSuggestionView) inflater.inflate(
343 final View view = inflater.inflate(R.layout.contact_editor_fragment, container, false);
707 editor = (BaseRawContactEditorView) inflater.inflate(
711 editor = (RawContactEditorView) inflater.inflate(R.layout.raw_contact_editor_view,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 229 mWordToSaveView = (TextView)inflater.inflate(R.layout.suggestion_word, null);
230 mHintToSaveView = (TextView)inflater.inflate(R.layout.suggestion_word, null);
489 inflater.inflate(R.layout.suggestions_strip, this);
492 mPreviewText = (TextView) inflater.inflate(R.layout.suggestion_preview, null);
500 final TextView word = (TextView)inflater.inflate(R.layout.suggestion_word, null);
505 final View divider = inflater.inflate(R.layout.suggestion_divider, null);
509 mInfos.add((TextView)inflater.inflate(R.layout.suggestion_info, null));
515 mMoreSuggestionsContainer = inflater.inflate(R.layout.more_suggestions, null);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 289 LayoutInflater inflate = local
344 mPreviewText = (TextView) inflate.inflate(previewLayout, null);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 605 mView = inflater.inflate(R.layout.event_info_dialog, container, false);
607 mView = inflater.inflate(R.layout.event_info, container, false);
786 inflater.inflate(R.menu.event_info_title_bar, menu);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 279 mView = inflater.inflate(R.layout.contact_detail_fragment, container, false);
317 protected View inflate(int resource, ViewGroup root, boolean attachToRoot) { method in class:ContactDetailFragment
318 return mInflater.inflate(resource, root, attachToRoot);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 279 final View view = inflater.inflate(R.layout.data_usage_summary, container, false);
305 mHeader = (ViewGroup) inflater.inflate(R.layout.data_usage_header, mListView, false);
422 inflater.inflate(R.menu.data_usage, menu);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 318 mInflater.inflate(R.layout.apps_customize_progressbar, appsCustomizeContentParent);
825 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);
    [all...]
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 1741 milliseconds

1 2 3 4 5 6 78 9