Class android.widget.
TextView
Added Methods | |
---|---|
void
beginBatchEdit
()
|
|
boolean
bringPointIntoView
(
int
)
|
|
void
clearComposingText
()
|
|
boolean
didTouchFocusSelect
()
|
|
void
endBatchEdit
()
|
|
boolean
extractText
(
ExtractedTextRequest,
|
|
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,
|
|
void
onSelectionChanged
(
int,
|
|
boolean
onTextContextMenuItem
(
int
)
|
|
void
setCompoundDrawablesWithIntrinsicBounds
(
int,
|
|
void
setExtractedText
(
ExtractedText
)
|
|
void
setImeActionLabel
(
CharSequence,
|
|
void
setImeOptions
(
int
)
|
|
void
setInputExtras
(
int
)
|
|
void
setInputType
(
int
)
|
|
void
setOnEditorActionListener
(
OnEditorActionListener
)
|
|
void
setPrivateImeOptions
(
String
)
|
|
void
setRawInputType
(
int
)
|