HomeSort by relevance Sort by last modified time
    Searched defs:transformationMethod (Results 1 - 18 of 18) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPasswordTransformationMethod.java 5 import android.text.method.TransformationMethod;
11 public class ShadowPasswordTransformationMethod implements TransformationMethod {
13 private static ShadowPasswordTransformationMethod transformationMethod;
25 if(transformationMethod == null){
26 transformationMethod = new ShadowPasswordTransformationMethod();
28 return transformationMethod;
ShadowTextView.java 11 import android.text.method.TransformationMethod;
47 private TransformationMethod transformationMethod;
459 public void setTransformationMethod(TransformationMethod transformationMethod) {
460 this.transformationMethod = transformationMethod;
464 public TransformationMethod getTransformationMethod() {
465 return transformationMethod;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PasswordTransformationMethodTest.java 15 private ShadowPasswordTransformationMethod transformationMethod;
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);
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
EmojiTextViewHelperTest.java 36 import android.text.method.TransformationMethod;
61 mTextView.setTransformationMethod(mock(TransformationMethod.class));
71 final PasswordTransformationMethod transformationMethod =
73 mTextView.setTransformationMethod(transformationMethod);
77 assertEquals(transformationMethod, mTextView.getTransformationMethod());
82 mTextView.setTransformationMethod(mock(TransformationMethod.class));
85 final TransformationMethod tm = mTextView.getTransformationMethod();
139 final TransformationMethod tm1 = mTextViewHelper.wrapTransformationMethod(null);
140 final TransformationMethod tm2 = mTextViewHelper.wrapTransformationMethod(tm1);
146 mTextView.setTransformationMethod(mock(TransformationMethod.class))
    [all...]
  /prebuilts/sdk/current/support/emoji/libs/
android-support-emoji.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 102 milliseconds