Lines Matching refs:view
32 import android.view.LayoutInflater;
33 import android.view.View;
34 import android.view.ViewGroup;
39 * The main fragment that shows the buttons and the text view containing the log.
41 public class MessagingFragment extends Fragment implements View.OnClickListener {
84 public View onCreateView(LayoutInflater inflater, ViewGroup container,
86 View rootView = inflater.inflate(R.layout.fragment_message_me, container, false);
110 public void onClick(View view) {
111 if (view == mSendSingleConversation) {
113 } else if (view == mSendTwoConversations) {
115 } else if (view == mSendConversationWithThreeMessages) {
117 } else if (view == mClearLogButton) {