Searched refs:mRecipientsPicker (Results 1 – 1 of 1) sorted by relevance
280 private ImageButton mRecipientsPicker; // UI control for recipients picker field in ComposeMessageActivity1786 mRecipientsPicker = (ImageButton) stubView.findViewById(R.id.recipients_picker); in initRecipientsEditor()1790 mRecipientsPicker = (ImageButton)findViewById(R.id.recipients_picker); in initRecipientsEditor()1792 mRecipientsPicker.setOnClickListener(this); in initRecipientsEditor()3392 } else if ((v == mRecipientsPicker)) { in onClick()