Searched defs:photoClickListener (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DStreamItemAdapter.java50 View.OnClickListener photoClickListener) {
53 mPhotoClickListener = photoClickListener;
49 StreamItemAdapter(Context context, View.OnClickListener itemClickListener, View.OnClickListener photoClickListener) argument
H A DContactDetailDisplayUtils.java260 View convertView, StreamItemEntry streamItem, View.OnClickListener photoClickListener) {
318 R.id.stream_item_first_image, photoClickListener);
323 R.id.stream_item_second_image, photoClickListener);
338 View photoContainer, int imageViewId, View.OnClickListener photoClickListener) {
342 if (photoClickListener != null) {
343 pushLayerView.setOnClickListener(photoClickListener);
259 createStreamItemView(LayoutInflater inflater, Context context, View convertView, StreamItemEntry streamItem, View.OnClickListener photoClickListener) argument
336 loadPhoto(ContactPhotoManager contactPhotoManager, final StreamItemEntry streamItem, final StreamItemPhotoEntry streamItemPhoto, View photoContainer, int imageViewId, View.OnClickListener photoClickListener) argument

Completed in 41 milliseconds