The members of Android.Text.Method.ReplacementTransformationMethod are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |