HomeSort by relevance Sort by last modified time
    Searched refs:actionsView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViewHolder.java 74 public View actionsView;
225 actionsView = (ViewGroup) stub.inflate();
227 voicemailPlaybackView = (VoicemailPlaybackLayout) actionsView
230 callButtonView = actionsView.findViewById(R.id.call_action);
233 videoCallButtonView = actionsView.findViewById(R.id.video_call_action);
236 createNewContactButtonView = actionsView.findViewById(R.id.create_new_contact_action);
240 actionsView.findViewById(R.id.add_to_existing_contact_action);
243 sendMessageView = actionsView.findViewById(R.id.send_message_action);
246 detailsButtonView = actionsView.findViewById(R.id.details_action);
366 actionsView.setVisibility(View.VISIBLE)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
GuidedStepFragment.java 354 View actionsView = mActionsStylist.onCreateView(inflater, actionContainer);
355 actionContainer.addView(actionsView);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 62 milliseconds