Home
last modified time | relevance | path

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

12

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/manageapplications/
DApplicationViewHolder.java62 static View newView(ViewGroup parent) { in newView() method in ApplicationViewHolder
66 static View newView(ViewGroup parent, boolean twoTarget) { in newView() method in ApplicationViewHolder
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DApplicationViewHolder.java62 static View newView(ViewGroup parent) { in newView() method in ApplicationViewHolder
66 static View newView(ViewGroup parent, boolean twoTarget) { in newView() method in ApplicationViewHolder
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastCursorAdapter.java46 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CellBroadcastCursorAdapter
/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/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DCollapsedAlarmViewHolder.java198 final View newView = newHolder.itemView; in createExpandingAnimator() local
221 final View newView = itemView; in createCollapsingAnimator() local
DExpandedAlarmViewHolder.java351 final View newView = newHolder.itemView; in createCollapsingAnimator() local
412 final View newView = itemView; in createExpandingAnimator() local
/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/TV/src/com/android/tv/menu/
DMenuView.java254 View newView = super.focusSearch(focused, direction); in focusSearch() local
269 View newView = super.focusSearch(focused, direction); in focusSearch() local
/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
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
DJoinContactListAdapter.java166 protected ContactListItemView newView( in newView() method in JoinContactListAdapter
DEmailAddressListAdapter.java123 protected ContactListItemView newView( in newView() method in EmailAddressListAdapter
DContactListAdapter.java220 protected ContactListItemView newView( in newView() method in ContactListAdapter
/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/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java297 QsbWidgetHostView newView(Context context); in newView() method
/packages/providers/MediaProvider/src/com/android/providers/media/
DRingtonePickerActivity.java723 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in RingtonePickerActivity.BadgedRingtoneAdapter
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java295 public View newView(ViewGroup parent) { in newView() method in RunningProcessesView.ServiceListAdapter

12