Searched defs:layoutInflater (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/hold/
H A DOnHoldFragment.java54 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
55 final View view = layoutInflater.inflate(R.layout.incall_on_hold_banner, viewGroup, false);
53 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
/packages/apps/Dialer/java/com/android/incallui/maps/impl/
H A DStaticMapFragment.java52 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
53 return layoutInflater.inflate(R.layout.static_map_fragment, viewGroup, false);
51 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DSmsBottomSheetFragment.java58 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
57 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
H A DAnswerFragment.java1070 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
1071 return layoutInflater.inflate(R.layout.fragment_avatar, viewGroup, false);
1069 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
/packages/apps/Dialer/java/com/android/incallui/audioroute/
H A DAudioRouteSelectorDialogFragment.java74 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
75 View view = layoutInflater.inflate(R.layout.audioroute_selector, viewGroup, false);
73 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAttachmentPreviewFactory.java64 public static View createAttachmentPreview(final LayoutInflater layoutInflater, argument
71 attachmentView = createPendingAttachmentPreview(layoutInflater, parent,
74 attachmentView = createImagePreview(layoutInflater, attachmentData, parent, viewType,
77 attachmentView = createAudioPreview(layoutInflater, attachmentData, parent, viewType);
79 attachmentView = createVideoPreview(layoutInflater, attachmentData, parent, viewType);
81 attachmentView = createVCardPreview(layoutInflater, attachmentData, parent, viewType);
149 private static View createImagePreview(final LayoutInflater layoutInflater, argument
167 final View view = layoutInflater.inflate(layoutId, parent, false /* attachToRoot */);
173 final Resources resources = layoutInflater.getContext().getResources();
192 private static View createPendingAttachmentPreview(final LayoutInflater layoutInflater, argument
208 createVCardPreview(final LayoutInflater layoutInflater, final MessagePartData attachmentData, final ViewGroup parent, final int viewType) argument
251 createAudioPreview(final LayoutInflater layoutInflater, final MessagePartData attachmentData, final ViewGroup parent, final int viewType) argument
277 createVideoPreview(final LayoutInflater layoutInflater, final MessagePartData attachmentData, final ViewGroup parent, final int viewType) argument
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DCollapsedAlarmViewHolder.java263 public Factory(LayoutInflater layoutInflater) { argument
264 mLayoutInflater = layoutInflater;
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DTwoButtonMethod.java79 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
80 View view = layoutInflater.inflate(R.layout.two_button_method, viewGroup, false);
78 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
H A DFlingUpDownMethod.java188 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
189 View view = layoutInflater.inflate(R.layout.swipe_up_down_method, viewGroup, false);
241 layoutInflater,
187 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
/packages/apps/Dialer/java/com/android/incallui/sessiondata/
H A DMultimediaFragment.java108 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
111 return layoutInflater.inflate(R.layout.fragment_spam, viewGroup, false);
121 return layoutInflater.inflate(
125 return layoutInflater.inflate(R.layout.fragment_composer_image_frag, viewGroup, false);
129 return layoutInflater.inflate(R.layout.fragment_composer_text_frag, viewGroup, false);
132 return layoutInflater.inflate(R.layout.fragment_composer_frag, viewGroup, false);
137 return layoutInflater.inflate(R.layout.fragment_composer_text_image, viewGroup, false);
140 return layoutInflater.inflate(R.layout.fragment_composer_image, viewGroup, false);
144 return layoutInflater.inflate(R.layout.fragment_composer_text, viewGroup, false);
107 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
H A DTermsListAdapter.java50 TermsListAdapter(List<TermsDocument> termsDocuments, LayoutInflater layoutInflater, argument
54 mInflater = checkNotNull(layoutInflater);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedCallListAdapter.java99 public SelfManagedCallListAdapter(LayoutInflater layoutInflater, argument
102 mLayoutInflater = layoutInflater;
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsListAdapter.java67 public WidgetsListAdapter(Context context, LayoutInflater layoutInflater, argument
71 mLayoutInflater = layoutInflater;
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DSideFragment.java260 private ItemAdapter(LayoutInflater layoutInflater, List<T> items) { argument
261 mLayoutInflater = layoutInflater;
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallFragment.java137 @NonNull LayoutInflater layoutInflater,
141 final View view = layoutInflater.inflate(R.layout.frag_incall_voice, viewGroup, false);
136 onCreateView( @onNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSurfaceViewVideoCallFragment.java181 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
184 View view = layoutInflater.inflate(R.layout.frag_videocall_surfaceview, viewGroup, false);
180 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
H A DVideoCallFragment.java203 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
207 layoutInflater.inflate(
202 onCreateView( LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) argument
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java321 LayoutInflater layoutInflater = LayoutInflater.from(getContext());
344 inflateAllEntries(layoutInflater);
347 inflateInitialEntries(layoutInflater);
495 private void inflateInitialEntries(LayoutInflater layoutInflater) { argument
498 inflateAllEntries(layoutInflater);
508 entryViewList.add(createEntryView(layoutInflater, entryList.get(0),
515 entryViewList.add(createEntryView(layoutInflater, entryList.get(j),
527 private void inflateAllEntries(LayoutInflater layoutInflater) { argument
546 viewList.add(createEntryView(layoutInflater, entry, iconVisibility));
630 private View createEntryView(LayoutInflater layoutInflater, fina argument
[all...]

Completed in 453 milliseconds