The methods of Android.Text.Method.ITransformationMethod are listed below. For a list of all members, see the ITransformationMethod Members list.
GetTransformationFormatted(Java.Lang.ICharSequence, Android.Views.View)Returns a CharSequence that is a transformation of the source text -- for example, replacing each character with a dot in a password field. | ||
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. |