Home | History | Annotate | Download | only in activity

Lines Matching defs:findViewById

84         mToView = (TextView) a.findViewById(R.id.to);
85 mSubjectView = (TextView) a.findViewById(R.id.subject);
86 mMessageContentView = (WebView) a.findViewById(R.id.message_content);
141 a.onClick(a.findViewById(R.id.reply));
142 a.onClick(a.findViewById(R.id.reply_all));
143 a.onClick(a.findViewById(R.id.delete));
144 a.onClick(a.findViewById(R.id.moveToOlder));
145 a.onClick(a.findViewById(R.id.moveToNewer));
146 // a.onClick(a.findViewById(R.id.download)); // not revealed yet, so unfair test
147 // a.onClick(a.findViewById(R.id.view)); // not revealed yet, so unfair test
148 a.onClick(a.findViewById(R.id.show_pictures));
165 View replyButton = a.findViewById(R.id.reply);