Home
last modified time | relevance | path

Searched defs:newView (Results 1 – 25 of 27) 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/Calendar/src/com/android/calendar/
DStickyHeaderListView.kt238 var newView = false in updateStickyHeader() variable
/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
DPostalAddressListAdapter.java113 protected ContactListItemView newView( in newView() method in PostalAddressListAdapter
DMultiSelectPhoneNumbersListAdapter.java135 protected ContactListItemView newView( in newView() method in MultiSelectPhoneNumbersListAdapter
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/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/Dialer/java/com/android/dialer/callcomposer/
DGalleryGridAdapter.java91 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in GalleryGridAdapter
/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.java267 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

12