Searched refs:transformationMethod (Results 1 – 3 of 3) sorted by relevance
15 private ShadowPasswordTransformationMethod transformationMethod; field in PasswordTransformationMethodTest19 transformationMethod = new ShadowPasswordTransformationMethod(); in setUp()24 CharSequence output = transformationMethod.getTransformation("foobar", null); in shouldMaskInputCharacters()30 CharSequence output = transformationMethod.getTransformation(" baz ", null); in shouldTransformSpacesWithText()36 CharSequence output = transformationMethod.getTransformation(" ", null); in shouldTransformSpacesWithoutText()42 CharSequence output = transformationMethod.getTransformation("", null); in shouldNotTransformBlank()48 CharSequence output = transformationMethod.getTransformation(null, null); in shouldNotTransformNull()
13 private static ShadowPasswordTransformationMethod transformationMethod; field in ShadowPasswordTransformationMethod25 if(transformationMethod == null){ in getInstance()26 transformationMethod = new ShadowPasswordTransformationMethod(); in getInstance()28 return transformationMethod; in getInstance()
47 private TransformationMethod transformationMethod; field in ShadowTextView459 public void setTransformationMethod(TransformationMethod transformationMethod) { in setTransformationMethod() argument460 this.transformationMethod = transformationMethod; in setTransformationMethod()465 return transformationMethod; in getTransformationMethod()