java.lang.Object | |
↳ | android.text.method.ReplacementTransformationMethod |
Known Direct Subclasses |
This transformation method causes the characters in the
getOriginal()
array to be replaced by the corresponding characters in the
getReplacement()
array.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns a CharSequence that will mirror the contents of the
source CharSequence but with the characters in
getOriginal()
replaced by ones from
getReplacement()
.
|
||||||||||
|
This method is called when the TextView that uses this
TransformationMethod gains or loses focus.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the list of characters that are to be replaced by other
characters when displayed.
|
||||||||||
|
Returns a parallel array of replacement characters for the ones
that are to be replaced.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface
android.text.method.TransformationMethod
|
Returns a CharSequence that will mirror the contents of the
source CharSequence but with the characters in
getOriginal()
replaced by ones from
getReplacement()
.
This method is called when the TextView that uses this TransformationMethod gains or loses focus.
Returns the list of characters that are to be replaced by other characters when displayed.
Returns a parallel array of replacement characters for the ones that are to be replaced.