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
| GetTransformation(string, Android.Views.View) Documentation for this section has not yet been entered. | ||
| GetTransformationFormatted(Java.Lang.ICharSequence, Android.Views.View) 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. | ||
| abstract  | GetOriginal() Returns the list of characters that are to be replaced by other characters when displayed. | |
| abstract  | GetReplacement() Returns a parallel array of replacement characters for the ones that are to be replaced. | |