Home
last modified time | relevance | path

Searched refs:transformationMethod (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPasswordTransformationMethodTest.java14 private PasswordTransformationMethod transformationMethod; field in ShadowPasswordTransformationMethodTest
18 transformationMethod = new PasswordTransformationMethod(); in setUp()
23 CharSequence output = transformationMethod.getTransformation("foobar", null); in shouldMaskInputCharacters()
29 CharSequence output = transformationMethod.getTransformation(" baz ", null); in shouldTransformSpacesWithText()
35 CharSequence output = transformationMethod.getTransformation(" ", null); in shouldTransformSpacesWithoutText()
41 CharSequence output = transformationMethod.getTransformation("", null); in shouldNotTransformBlank()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java46 private TransformationMethod transformationMethod; field in ShadowTextView