Home
last modified time | relevance | path

Searched refs:messageView (Results 1 – 2 of 2) sorted by relevance

/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DNsdChatActivity.java85 EditText messageView = (EditText) this.findViewById(R.id.chatInput); in clickSend() local
86 if (messageView != null) { in clickSend()
87 String messageString = messageView.getText().toString(); in clickSend()
91 messageView.setText(""); in clickSend()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DLookupActivity.java197 View messageView = getLayoutInflater().inflate(R.layout.about, null, false); in showAbout() local
201 TextView textView = (TextView) messageView.findViewById(R.id.about_credits); in showAbout()
208 builder.setView(messageView); in showAbout()