Lines Matching full:edittext
43 >{@code android:inputType}</a> attribute to the {@link android.widget.EditText
44 <EditText>} element.</p>
47 <img src="{@docRoot}images/ui/edittext-phone.png" alt="" />
54 <EditText
70 <EditText
106 <EditText
134 <img src="{@docRoot}images/ui/edittext-actionsend.png" alt="" />
140 <EditText
150 {@link android.widget.TextView.OnEditorActionListener} for the {@link android.widget.EditText}
156 EditText editText = (EditText) findViewById(R.id.search);
157 editText.setOnEditorActionListener(new OnEditorActionListener() {