Android.Text.Method.ReplacementTransformationMethod: Method Members

The methods of Android.Text.Method.ReplacementTransformationMethod are listed below. For a list of all members, see the ReplacementTransformationMethod Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetTransformation(string, Android.Views.View) : string
Documentation for this section has not yet been entered.
GetTransformationFormatted(Java.Lang.ICharSequence, Android.Views.View) : Java.Lang.ICharSequence
Returns a CharSequence that will mirror the contents of the source CharSequence but with the characters in ReplacementTransformationMethod.GetOriginal replaced by ones from ReplacementTransformationMethod.GetReplacement.
OnFocusChanged(Android.Views.View, Java.Lang.ICharSequence, bool, Android.Views.FocusSearchDirection, Android.Graphics.Rect)
This method is called when the TextView that uses this TransformationMethod gains or loses focus.
OnFocusChanged(Android.Views.View, string, bool, Android.Views.FocusSearchDirection, Android.Graphics.Rect)
Documentation for this section has not yet been entered.

Protected Methods

abstract
GetOriginal() : char[]
Returns the list of characters that are to be replaced by other characters when displayed.
abstract
GetReplacement() : char[]
Returns a parallel array of replacement characters for the ones that are to be replaced.