Home
last modified time | relevance | path

Searched refs:layoutInflater (Results 1 – 25 of 93) sorted by relevance

1234

/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/util/
DThemePickerCustomizationOptionUtil.kt57 layoutInflater: LayoutInflater, in getOptionEntries()
63 layoutInflater, in getOptionEntries()
71 layoutInflater.inflate( in getOptionEntries()
79 layoutInflater.inflate( in getOptionEntries()
87 layoutInflater.inflate( in getOptionEntries()
95 layoutInflater.inflate( in getOptionEntries()
107 layoutInflater.inflate( in getOptionEntries()
115 layoutInflater.inflate( in getOptionEntries()
123 layoutInflater.inflate( in getOptionEntries()
131 layoutInflater.inflate( in getOptionEntries()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreviewFactory.java64 public static View createAttachmentPreview(final LayoutInflater layoutInflater, in createAttachmentPreview() argument
71 attachmentView = createPendingAttachmentPreview(layoutInflater, parent, in createAttachmentPreview()
74 attachmentView = createImagePreview(layoutInflater, attachmentData, parent, viewType, in createAttachmentPreview()
77 attachmentView = createAudioPreview(layoutInflater, attachmentData, parent, viewType); in createAttachmentPreview()
79 attachmentView = createVideoPreview(layoutInflater, attachmentData, parent, viewType); in createAttachmentPreview()
81 attachmentView = createVCardPreview(layoutInflater, attachmentData, parent, viewType); in createAttachmentPreview()
149 private static View createImagePreview(final LayoutInflater layoutInflater, in createImagePreview() argument
167 final View view = layoutInflater.inflate(layoutId, parent, false /* attachToRoot */); in createImagePreview()
173 final Resources resources = layoutInflater.getContext().getResources(); in createImagePreview()
192 private static View createPendingAttachmentPreview(final LayoutInflater layoutInflater, in createPendingAttachmentPreview() argument
[all …]
/packages/apps/Dialer/java/com/android/incallui/sessiondata/
DMultimediaFragment.java109 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) { in onCreateView() argument
110 layoutInflater = in onCreateView()
111 layoutInflater.cloneInContext( in onCreateView()
116 return layoutInflater.inflate(R.layout.fragment_spam, viewGroup, false); in onCreateView()
126 return layoutInflater.inflate( in onCreateView()
130 return layoutInflater.inflate(R.layout.fragment_composer_image_frag, viewGroup, false); in onCreateView()
134 return layoutInflater.inflate(R.layout.fragment_composer_text_frag, viewGroup, false); in onCreateView()
137 return layoutInflater.inflate(R.layout.fragment_composer_frag, viewGroup, false); in onCreateView()
142 return layoutInflater.inflate(R.layout.fragment_composer_text_image, viewGroup, false); in onCreateView()
145 return layoutInflater.inflate(R.layout.fragment_composer_image, viewGroup, false); in onCreateView()
[all …]
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DTextContentPreviewUiTest.kt82 val layoutInflater = LayoutInflater.from(context) in test_display_headlineIsDisplayed() constant
84 layoutInflater.inflate(R.layout.chooser_grid_scrollable_preview, null, false) in test_display_headlineIsDisplayed()
91 layoutInflater, in test_display_headlineIsDisplayed()
107 val layoutInflater = LayoutInflater.from(context) in test_display_albumHeadlineOverride() constant
109 layoutInflater.inflate(R.layout.chooser_grid_scrollable_preview, null, false) in test_display_albumHeadlineOverride()
129 layoutInflater, in test_display_albumHeadlineOverride()
DFileContentPreviewUiTest.kt63 val layoutInflater = LayoutInflater.from(context) in test_display_titleAndMetadataIsDisplayed() constant
65 layoutInflater.inflate(R.layout.chooser_grid_scrollable_preview, null, false) in test_display_titleAndMetadataIsDisplayed()
75 layoutInflater, in test_display_titleAndMetadataIsDisplayed()
DFilesPlusTextContentPreviewUiTest.kt196 val layoutInflater = LayoutInflater.from(context) in <lambda>() constant
198 layoutInflater.inflate(R.layout.chooser_grid_scrollable_preview, null, false) in <lambda>()
238 val layoutInflater = LayoutInflater.from(context) in <lambda>() constant
240 layoutInflater.inflate(R.layout.chooser_grid_scrollable_preview, null, false) in <lambda>()
291 val layoutInflater = LayoutInflater.from(context) in <lambda>() constant
293 layoutInflater.inflate(R.layout.chooser_grid_scrollable_preview, null, false) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/util/
DDefaultCustomizationOptionUtil.kt47 layoutInflater: LayoutInflater, in getOptionEntries()
53 layoutInflater.inflate( in getOptionEntries()
62 layoutInflater.inflate( in getOptionEntries()
72 layoutInflater: LayoutInflater in initBottomSheetContent()
DCustomizationOptionUtil.kt34 layoutInflater: LayoutInflater,
37 fun initBottomSheetContent(bottomSheetContainer: FrameLayout, layoutInflater: LayoutInflater)
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DFileContentPreviewUi.java77 LayoutInflater layoutInflater, in display() argument
80 return displayInternal(resources, layoutInflater, parent, headlineViewParent); in display()
85 LayoutInflater layoutInflater, in displayInternal() argument
88 mContentPreview = (ViewGroup) layoutInflater.inflate( in displayInternal()
DTextContentPreviewUi.java83 LayoutInflater layoutInflater, in display() argument
86 return displayInternal(layoutInflater, parent, headlineViewParent); in display()
90 LayoutInflater layoutInflater, in displayInternal() argument
93 ViewGroup contentPreviewLayout = (ViewGroup) layoutInflater.inflate( in displayInternal()
DUnifiedContentPreviewUi.java93 LayoutInflater layoutInflater, in display() argument
96 return displayInternal(layoutInflater, parent, headlineViewParent); in display()
111 LayoutInflater layoutInflater, ViewGroup parent, View headlineViewParent) { in displayInternal() argument
112 mContentPreviewView = (ViewGroup) layoutInflater.inflate( in displayInternal()
DFilesPlusTextContentPreviewUi.java109 LayoutInflater layoutInflater, in display() argument
112 return displayInternal(layoutInflater, parent, headlineViewParent); in display()
134 LayoutInflater layoutInflater, in displayInternal() argument
137 mContentPreviewView = (ViewGroup) layoutInflater.inflate( in displayInternal()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/view/
DRecentTasksAdapter.java66 public RecentTasksAdapter(Context context, LayoutInflater layoutInflater, in RecentTasksAdapter() argument
68 this(context, layoutInflater, itemTouchHelper, RecentTasksViewModel.getInstance(), in RecentTasksAdapter()
73 public RecentTasksAdapter(Context context, LayoutInflater layoutInflater, in RecentTasksAdapter() argument
78 mLayoutInflater = layoutInflater; in RecentTasksAdapter()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java321 LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in initialize() local
344 inflateAllEntries(layoutInflater); in initialize()
347 inflateInitialEntries(layoutInflater); in initialize()
495 private void inflateInitialEntries(LayoutInflater layoutInflater) { in inflateInitialEntries() argument
498 inflateAllEntries(layoutInflater); in inflateInitialEntries()
508 entryViewList.add(createEntryView(layoutInflater, entryList.get(0), in inflateInitialEntries()
515 entryViewList.add(createEntryView(layoutInflater, entryList.get(j), in inflateInitialEntries()
527 private void inflateAllEntries(LayoutInflater layoutInflater) { in inflateAllEntries() argument
546 viewList.add(createEntryView(layoutInflater, entry, iconVisibility)); in inflateAllEntries()
630 private View createEntryView(LayoutInflater layoutInflater, final Entry entry, in createEntryView() argument
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DCreativeCategoryAdapter.kt53 val layoutInflater = LayoutInflater.from(activity) in createIndividualHolder() constant
54 val view: View = layoutInflater.inflate(R.layout.labeled_grid_item_image, parent, false) in createIndividualHolder()
DIndividualPickerFragment2.kt855 val layoutInflater = LayoutInflater.from(activity) in <lambda>() constant
856 val view: View = layoutInflater.inflate(R.layout.grid_item_image, parent, false) in <lambda>()
861 val layoutInflater = LayoutInflater.from(activity) in <lambda>() constant
863 layoutInflater.inflate(R.layout.creative_category_holder, parent, false) in <lambda>()
874 val layoutInflater = LayoutInflater.from(activity) in <lambda>() constant
875 val view: View = layoutInflater.inflate(R.layout.grid_item_my_photos, parent, false) in <lambda>()
897 val layoutInflater = LayoutInflater.from(activity) in <lambda>() constant
899 layoutInflater.inflate(R.layout.grid_item_header, parent, /* attachToRoot= */ false) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/adapter/
DCategorySectionsAdapter.kt46 val layoutInflater = LayoutInflater.from(parent.context) in createIndividualHolder() constant
47 val view: View = layoutInflater.inflate(R.layout.category_section_view, parent, false) in createIndividualHolder()
DCategoryAdapter.kt50 val layoutInflater = LayoutInflater.from(parent.context) in createIndividualHolder() constant
51 val view: View = layoutInflater.inflate(R.layout.category_tile, parent, false) in createIndividualHolder()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridAdapter.java59 final LayoutInflater layoutInflater = LayoutInflater.from(context); in newView() local
60 return layoutInflater.inflate(R.layout.gallery_grid_item_view, parent, false); in newView()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListAdapter.java59 final LayoutInflater layoutInflater = LayoutInflater.from(context); in createViewHolder() local
61 (ConversationListItemView) layoutInflater.inflate( in createViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListHeaderViewHolderBinder.java37 public WidgetsListHeaderViewHolderBinder(LayoutInflater layoutInflater, in WidgetsListHeaderViewHolderBinder() argument
39 mLayoutInflater = layoutInflater; in WidgetsListHeaderViewHolderBinder()
DWidgetsTwoPaneSheet.java103 LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in setupSheet() local
107 layoutInflater.inflate(contentLayoutRes, findViewById(R.id.recycler_view_container), true); in setupSheet()
112 new WidgetsListTableViewHolderBinder(mActivityContext, layoutInflater, this, this); in setupSheet()
242 private void setupSuggestedWidgets(LayoutInflater layoutInflater) { in setupSuggestedWidgets() argument
247 mSuggestedWidgetsHeader = (WidgetsListHeader) layoutInflater.inflate( in setupSuggestedWidgets()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java85 LayoutInflater layoutInflater, LauncherViewModel launcherViewModel, in AppGridAdapter() argument
88 this(context, numOfCols, numOfRows, pageOrientation, layoutInflater, in AppGridAdapter()
94 LayoutInflater layoutInflater, LauncherViewModel launcherViewModel, in AppGridAdapter() argument
98 mInflater = layoutInflater; in AppGridAdapter()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java62 final LayoutInflater layoutInflater = LayoutInflater.from(context); in newView() local
63 return layoutInflater.inflate(R.layout.contact_list_item_view, parent, false); in newView()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatAdapter.java78 LayoutInflater layoutInflater = LayoutInflater.from(context); in onCreateViewHolder() local
81 View view = layoutInflater.inflate(R.layout.rtt_transcript_advisory, parent, false); in onCreateViewHolder()
84 view = layoutInflater.inflate(R.layout.rtt_chat_list_item, parent, false); in onCreateViewHolder()

1234