Searched defs:input (Results 101 - 101 of 101) sorted by relevance

12345

/frameworks/base/core/java/android/widget/
H A DTextView.java846 Log.w(LOG_TAG, "Failure reading input extras", e);
848 Log.w(LOG_TAG, "Failure reading input extras", e);
921 // If no input type was specified, we will default to generic
928 // If set, the input type overrides what was set using the deprecated singleLine flag.
1089 * However, TextViews that have input or movement methods *are*
1201 // Hide the soft input if the currently active TextView is disabled
1346 * to disallow user input. Note that this method has significant and
1347 * subtle interactions with soft keyboards and other input method:
1366 public void setKeyListener(KeyListener input) { argument
1367 setKeyListenerOnly(input);
1388 setKeyListenerOnly(KeyListener input) argument
[all...]

Completed in 58 milliseconds

12345