Android.Text.Method.ReplacementTransformationMethod Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetTransformation(string, Android.Views.View) : string
Documentation for this section has not yet been entered.
GetTransformationFormatted(Java.Lang.ICharSequence, Android.Views.View) : Java.Lang.ICharSequence
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.

Protected Methods

abstract
GetOriginal() : char[]
Returns the list of characters that are to be replaced by other characters when displayed.
abstract
GetReplacement() : char[]
Returns a parallel array of replacement characters for the ones that are to be replaced.