Home
last modified time | relevance | path

Searched defs:newView (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DApplicationViewHolder.java64 static View newView(ViewGroup parent) { in newView() method in ApplicationViewHolder
68 static View newView(ViewGroup parent, boolean twoTarget) { in newView() method in ApplicationViewHolder
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridAdapter.java58 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { in newView() method in GalleryGridAdapter
/packages/apps/Gallery2/src/com/android/photos/adapters/
DAlbumSetCursorAdapter.java71 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AlbumSetCursorAdapter
DPhotoThumbnailAdapter.java58 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in PhotoThumbnailAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java61 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { in newView() method in ContactListAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/
DBlockedParticipantsFragment.java85 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in BlockedParticipantsFragment.BlockedParticipantListAdapter
/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyContactListAdapter.java73 protected ContactListItemView newView( in newView() method in LegacyContactListAdapter
DLegacyPostalAddressListAdapter.java78 protected ContactListItemView newView( in newView() method in LegacyPostalAddressListAdapter
DLegacyPhoneNumberListAdapter.java77 protected ContactListItemView newView( in newView() method in LegacyPhoneNumberListAdapter
DMultiSelectPhoneNumbersListAdapter.java135 protected ContactListItemView newView( in newView() method in MultiSelectPhoneNumbersListAdapter
DPostalAddressListAdapter.java113 protected ContactListItemView newView( in newView() method in PostalAddressListAdapter
DMultiSelectEmailAddressesListAdapter.java135 protected ContactListItemView newView( in newView() method in MultiSelectEmailAddressesListAdapter
DEmailAddressListAdapter.java123 protected ContactListItemView newView( in newView() method in EmailAddressListAdapter
DJoinContactListAdapter.java166 protected ContactListItemView newView( in newView() method in JoinContactListAdapter
DContactListAdapter.java220 protected ContactListItemView newView( in newView() method in ContactListAdapter
DPhoneNumberListAdapter.java374 protected ContactListItemView newView( in newView() method in PhoneNumberListAdapter
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DGalleryGridAdapter.java91 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in GalleryGridAdapter
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DCollapsedAlarmViewHolder.kt183 val newView: View = newHolder.itemView in <lambda>() constant
206 val newView: View = itemView in <lambda>() constant
DExpandedAlarmViewHolder.kt323 val newView: View = newHolder.itemView in <lambda>() constant
384 val newView: View = itemView in <lambda>() constant
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java138 protected ContactListItemView newView(Context context, int partition, Cursor cursor, in newView() method in GroupMembersAdapter
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastCursorAdapter.java58 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CellBroadcastCursorAdapter
/packages/apps/TV/src/com/android/tv/menu/
DMenuView.java260 View newView = super.focusSearch(focused, direction); in getUpDownFocus() local
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java358 QsbWidgetHostView newView(Context context); in newView() method
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java295 public View newView(ViewGroup parent) { in newView() method in RunningProcessesView.ServiceListAdapter
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java510 View newView = getLayoutInflater().inflate(layout, this, false); in replaceRVContainer() local

12