The methods of Android.Text.Method.PasswordTransformationMethod are listed below. For a list of all members, see the PasswordTransformationMethod Members list.
See Also: Inherited members from Java.Lang.Object
| AfterTextChanged(Android.Text.IEditable) This method is called to notify you that, somewhere within s, the text has been changed. | ||
| BeforeTextChanged(Java.Lang.ICharSequence, int, int, int) This method is called to notify you that, within s, the count characters beginning at start are about to be replaced by new text with length after. | ||
| BeforeTextChanged(string, int, int, int) Documentation for this section has not yet been entered. | ||
| 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 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. | ||
| OnFocusChanged(Android.Views.View, string, bool, Android.Views.FocusSearchDirection, Android.Graphics.Rect) Documentation for this section has not yet been entered. | ||
| OnTextChanged(Java.Lang.ICharSequence, int, int, int) This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before. | ||
| OnTextChanged(string, int, int, int) Documentation for this section has not yet been entered. | ||