Searched refs:stubView (Results 1 – 4 of 4) sorted by relevance
102 View stubView = stub.inflate(); in setUp() local103 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in setUp()
69 View stubView = stub.inflate(); in setUp() local70 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in setUp()
75 View stubView = stub.inflate(); in setUp() local76 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in setUp()
1628 View stubView = stub.inflate(); in initRecipientsEditor() local1629 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in initRecipientsEditor()1630 mRecipientsPicker = (ImageButton) stubView.findViewById(R.id.recipients_picker); in initRecipientsEditor()