Android.Text.Method.ITransformationMethod Members

The members of Android.Text.Method.ITransformationMethod are listed below.

Public Methods

GetTransformationFormatted(Java.Lang.ICharSequence, Android.Views.View) : Java.Lang.ICharSequence
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.