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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogListItemViewHolder.java96 public View actionsView; field in class:CallLogListItemViewHolder
406 actionsView = stub.inflate();
408 voicemailPlaybackView = (VoicemailPlaybackLayout) actionsView
415 callButtonView = actionsView.findViewById(R.id.call_action);
418 videoCallButtonView = actionsView.findViewById(R.id.video_call_action);
421 createNewContactButtonView = actionsView.findViewById(R.id.create_new_contact_action);
425 actionsView.findViewById(R.id.add_to_existing_contact_action);
428 sendMessageView = actionsView.findViewById(R.id.send_message_action);
431 detailsButtonView = actionsView.findViewById(R.id.details_action);
434 callWithNoteButtonView = actionsView
[all...]

Completed in 36 milliseconds