/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/util/ |
D | ThemePickerCustomizationOptionUtil.kt | 57 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/ |
D | AttachmentPreviewFactory.java | 64 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/ |
D | MultimediaFragment.java | 109 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/ |
D | TextContentPreviewUiTest.kt | 82 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()
|
D | FileContentPreviewUiTest.kt | 63 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()
|
D | FilesPlusTextContentPreviewUiTest.kt | 196 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/ |
D | DefaultCustomizationOptionUtil.kt | 47 layoutInflater: LayoutInflater, in getOptionEntries() 53 layoutInflater.inflate( in getOptionEntries() 62 layoutInflater.inflate( in getOptionEntries() 72 layoutInflater: LayoutInflater in initBottomSheetContent()
|
D | CustomizationOptionUtil.kt | 34 layoutInflater: LayoutInflater, 37 fun initBottomSheetContent(bottomSheetContainer: FrameLayout, layoutInflater: LayoutInflater)
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ |
D | FileContentPreviewUi.java | 77 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()
|
D | TextContentPreviewUi.java | 83 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()
|
D | UnifiedContentPreviewUi.java | 93 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()
|
D | FilesPlusTextContentPreviewUi.java | 109 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/ |
D | RecentTasksAdapter.java | 66 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/ |
D | ExpandingEntryCardView.java | 321 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/ |
D | CreativeCategoryAdapter.kt | 53 val layoutInflater = LayoutInflater.from(activity) in createIndividualHolder() constant 54 val view: View = layoutInflater.inflate(R.layout.labeled_grid_item_image, parent, false) in createIndividualHolder()
|
D | IndividualPickerFragment2.kt | 855 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/ |
D | CategorySectionsAdapter.kt | 46 val layoutInflater = LayoutInflater.from(parent.context) in createIndividualHolder() constant 47 val view: View = layoutInflater.inflate(R.layout.category_section_view, parent, false) in createIndividualHolder()
|
D | CategoryAdapter.kt | 50 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/ |
D | GalleryGridAdapter.java | 59 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/ |
D | ConversationListAdapter.java | 59 final LayoutInflater layoutInflater = LayoutInflater.from(context); in createViewHolder() local 61 (ConversationListItemView) layoutInflater.inflate( in createViewHolder()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsListHeaderViewHolderBinder.java | 37 public WidgetsListHeaderViewHolderBinder(LayoutInflater layoutInflater, in WidgetsListHeaderViewHolderBinder() argument 39 mLayoutInflater = layoutInflater; in WidgetsListHeaderViewHolderBinder()
|
D | WidgetsTwoPaneSheet.java | 103 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/ |
D | AppGridAdapter.java | 85 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/ |
D | ContactListAdapter.java | 62 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/ |
D | RttChatAdapter.java | 78 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()
|