Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.widget. TextView

Added Methods
void   beginBatchEdit ()  
boolean   bringPointIntoView ( int )  
void   clearComposingText ()  
boolean   didTouchFocusSelect ()  
void   endBatchEdit ()  
boolean   extractText ( ExtractedTextRequest, ExtractedText )  
Editable   getEditableText ()  
int   getImeActionId ()  
CharSequence   getImeActionLabel ()  
int   getImeOptions ()  
Bundle   getInputExtras ( boolean )  
int   getInputType ()  
String   getPrivateImeOptions ()  
boolean   isInputMethodTarget ()  
boolean   moveCursorToVisibleOffset ()  
void   onBeginBatchEdit ()  
void   onCommitCompletion ( CompletionInfo )  
void   onEditorAction ( int )  
void   onEndBatchEdit ()  
boolean   onPrivateIMECommand ( String, Bundle )  
void   onSelectionChanged ( int, int )  
boolean   onTextContextMenuItem ( int )  
void   setCompoundDrawablesWithIntrinsicBounds ( int, int , int , int )  
void   setExtractedText ( ExtractedText )  
void   setImeActionLabel ( CharSequence, int )  
void   setImeOptions ( int )  
void   setInputExtras ( int )  
void   setInputType ( int )  
void   setOnEditorActionListener ( OnEditorActionListener )  
void   setPrivateImeOptions ( String )  
void   setRawInputType ( int )