OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textInput
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebJavaScriptTextInputPanel.h
34
IBOutlet NSTextField *
textInput
;
/packages/apps/VideoEditor/src/com/android/videoeditor/
AlertDialogs.java
105
final EditText
textInput
= (EditText) myView.findViewById(R.id.text_1);
108
textInput
.setText(text);
109
textInput
.setSelection(0, text.length());
111
if (hint != null)
textInput
.setHint(hint);
116
textInput
.setFilters(filters);
120
textInput
.setInputType(inputType);
129
textInput
.setOnFocusChangeListener(new View.OnFocusChangeListener() {
138
textInput
.addTextChangedListener(new TextWatcher() {
Completed in 817 milliseconds