FileDocCategorySizeDatePackage
TransformationMethod2.javaAPI DocAndroid 5.1 API1241Thu Mar 12 22:22:10 GMT 2015android.text.method

TransformationMethod2

public interface TransformationMethod2 implements TransformationMethod
TransformationMethod2 extends the TransformationMethod interface and adds the ability to relax restrictions of TransformationMethod.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidsetLengthChangesAllowed(boolean allowLengthChanges)
Relax the contract of TransformationMethod to allow length changes, or revert to the length-restricted behavior.

param
allowLengthChanges true to allow the transformation to change the length of the input string.