Searched refs:transformationMethod (Results 1 - 11 of 11) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPasswordTransformationMethodTest.java15 private ShadowPasswordTransformationMethod transformationMethod; field in class:PasswordTransformationMethodTest
19 transformationMethod = new ShadowPasswordTransformationMethod();
24 CharSequence output = transformationMethod.getTransformation("foobar", null);
30 CharSequence output = transformationMethod.getTransformation(" baz ", null);
36 CharSequence output = transformationMethod.getTransformation(" ", null);
42 CharSequence output = transformationMethod.getTransformation("", null);
48 CharSequence output = transformationMethod.getTransformation(null, null);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPasswordTransformationMethod.java13 private static ShadowPasswordTransformationMethod transformationMethod; field in class:ShadowPasswordTransformationMethod
25 if(transformationMethod == null){
26 transformationMethod = new ShadowPasswordTransformationMethod();
28 return transformationMethod;
H A DShadowTextView.java47 private TransformationMethod transformationMethod; field in class:ShadowTextView
459 public void setTransformationMethod(TransformationMethod transformationMethod) { argument
460 this.transformationMethod = transformationMethod;
465 return transformationMethod;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPasswordTransformationMethodTest.java14 private PasswordTransformationMethod transformationMethod; field in class:ShadowPasswordTransformationMethodTest
18 transformationMethod = new PasswordTransformationMethod();
23 CharSequence output = transformationMethod.getTransformation("foobar", null);
29 CharSequence output = transformationMethod.getTransformation(" baz ", null);
35 CharSequence output = transformationMethod.getTransformation(" ", null);
41 CharSequence output = transformationMethod.getTransformation("", null);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTextView.java46 private TransformationMethod transformationMethod; field in class:ShadowTextView
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 194 milliseconds