Home
last modified time | relevance | path

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

123

/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()
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DTextContentPreviewUiTest.kt82 val layoutInflater = LayoutInflater.from(context) in test_display_headlineIsDisplayed() constant
107 val layoutInflater = LayoutInflater.from(context) in test_display_albumHeadlineOverride() constant
DFilesPlusTextContentPreviewUiTest.kt196 val layoutInflater = LayoutInflater.from(context) in <lambda>() constant
238 val layoutInflater = LayoutInflater.from(context) in <lambda>() constant
291 val layoutInflater = LayoutInflater.from(context) in <lambda>() constant
DFileContentPreviewUiTest.kt63 val layoutInflater = LayoutInflater.from(context) in test_display_titleAndMetadataIsDisplayed() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/adapter/
DCategoryAdapter.kt50 val layoutInflater = LayoutInflater.from(parent.context) in createIndividualHolder() constant
DCategorySectionsAdapter.kt46 val layoutInflater = LayoutInflater.from(parent.context) in createIndividualHolder() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DCreativeCategoryAdapter.kt53 val layoutInflater = LayoutInflater.from(activity) in createIndividualHolder() constant
DIndividualPickerFragment2.kt855 val layoutInflater = LayoutInflater.from(activity) in <lambda>() constant
861 val layoutInflater = LayoutInflater.from(activity) in <lambda>() constant
874 val layoutInflater = LayoutInflater.from(activity) in <lambda>() constant
897 val layoutInflater = LayoutInflater.from(activity) in <lambda>() constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DFileContentPreviewUi.java77 LayoutInflater layoutInflater, in display()
85 LayoutInflater layoutInflater, in displayInternal()
DTextContentPreviewUi.java83 LayoutInflater layoutInflater, in display()
90 LayoutInflater layoutInflater, in displayInternal()
DUnifiedContentPreviewUi.java93 LayoutInflater layoutInflater, in display()
111 LayoutInflater layoutInflater, ViewGroup parent, View headlineViewParent) { in displayInternal()
DFilesPlusTextContentPreviewUi.java109 LayoutInflater layoutInflater, in display()
134 LayoutInflater layoutInflater, in displayInternal()
DContentPreviewUi.java49 LayoutInflater layoutInflater, in display()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/view/
DRecentTasksAdapter.java66 public RecentTasksAdapter(Context context, LayoutInflater layoutInflater, in RecentTasksAdapter()
73 public RecentTasksAdapter(Context context, LayoutInflater layoutInflater, in RecentTasksAdapter()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListHeaderViewHolderBinder.java37 public WidgetsListHeaderViewHolderBinder(LayoutInflater layoutInflater, in WidgetsListHeaderViewHolderBinder()
DWidgetsTwoPaneSheet.java103 LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in setupSheet() local
242 private void setupSuggestedWidgets(LayoutInflater layoutInflater) { in setupSuggestedWidgets()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DDefaultSearchAdapterProvider.java50 public AllAppsGridAdapter.ViewHolder onCreateViewHolder(LayoutInflater layoutInflater, in onCreateViewHolder()
DSearchAdapterProvider.java68 public abstract AllAppsGridAdapter.ViewHolder onCreateViewHolder(LayoutInflater layoutInflater, in onCreateViewHolder()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridAdapter.java59 final LayoutInflater layoutInflater = LayoutInflater.from(context); in newView() local
/packages/apps/Dialer/java/com/android/incallui/maps/impl/
DStaticMapFragment.java52 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) { in onCreateView()
/packages/apps/Dialer/java/com/android/incallui/hold/
DOnHoldFragment.java54 LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) { in onCreateView()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListAdapter.java59 final LayoutInflater layoutInflater = LayoutInflater.from(context); in createViewHolder() local
/packages/apps/Dialer/java/com/android/dialer/rtt/
DRttTranscriptAdapter.java42 LayoutInflater layoutInflater = LayoutInflater.from(context); in onCreateViewHolder() local
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java62 final LayoutInflater layoutInflater = LayoutInflater.from(context); in newView() local
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DChooserListAdapterDataTest.kt41 private val layoutInflater = mock<LayoutInflater>() constant in com.android.intentresolver.ChooserListAdapterDataTest

123