android.text.method.HideReturnsTransformationMethod
This transformation method causes any carriage return characters (\r)
to be hidden by displaying them as zero-width non-breaking space
characters (?).
Summary
Public Constructors
Public Methods
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
HideReturnsTransformationMethod()
Public Methods
Protected Methods
protected
char[]
getOriginal()
The character to be replaced is \r.
protected
char[]
getReplacement()
The character that \r is replaced with is ?.