Home
last modified time | relevance | path

Searched defs:layoutInflater (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreviewFactory.java64 public static View createAttachmentPreview(final LayoutInflater layoutInflater, in createAttachmentPreview()
149 private static View createImagePreview(final LayoutInflater layoutInflater, in createImagePreview()
192 private static View createPendingAttachmentPreview(final LayoutInflater layoutInflater, in createPendingAttachmentPreview()
208 private static View createVCardPreview(final LayoutInflater layoutInflater, in createVCardPreview()
251 private static View createAudioPreview(final LayoutInflater layoutInflater, in createAudioPreview()
277 private static View createVideoPreview(final LayoutInflater layoutInflater, in createVideoPreview()
DAttachmentPreview.java212 final LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in onAttachmentsChanged() local
DMultiAttachmentLayout.java228 final LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in buildViews() local
/packages/apps/Contacts/src/com/android/contacts/interactions/
DGroupNameDialogFragment.java46 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext()); in onCreateDialog() local
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridAdapter.java59 final LayoutInflater layoutInflater = LayoutInflater.from(context); in newView() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListAdapter.java59 final LayoutInflater layoutInflater = LayoutInflater.from(context); in createViewHolder() local
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java62 final LayoutInflater layoutInflater = LayoutInflater.from(context); in newView() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageAdapter.java74 final LayoutInflater layoutInflater = LayoutInflater.from(context); in createViewHolder() local
DConversationMessageView.java599 final LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in bindAttachmentsOfSameType() local
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallDetailHistoryAdapter.java54 public CallDetailHistoryAdapter(Context context, LayoutInflater layoutInflater, in CallDetailHistoryAdapter()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java127 final LayoutInflater layoutInflater = (LayoutInflater)getActivity() in createDialogView() local
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentModuleUI.java95 final LayoutInflater layoutInflater = AndroidServices.instance().provideLayoutInflater(); in CaptureIntentModuleUI() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java338 LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in initialize() local
555 private void inflateInitialEntries(LayoutInflater layoutInflater) { in inflateInitialEntries()
597 private void inflateAllEntries(LayoutInflater layoutInflater) { in inflateAllEntries()
687 private View createEntryView(LayoutInflater layoutInflater, final Entry entry, in createEntryView()
DQuickContactActivity.java570 final LayoutInflater layoutInflater = LayoutInflater.from(this); in inflateSuggestionListView() local
/packages/apps/Calendar/src/com/android/calendar/event/
DCreateEventDialogFragment.java129 final LayoutInflater layoutInflater = (LayoutInflater) activity in onCreateDialog() local
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSideFragment.java260 private ItemAdapter(LayoutInflater layoutInflater, List<Item> items) { in ItemAdapter()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DConferenceParticipantListAdapter.java236 LayoutInflater layoutInflater, ContactPhotoManager contactPhotoManager) { in ConferenceParticipantListAdapter()
/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java430 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext()); in createCustomDialog() local
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java297 LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in onFinishInflate() local