Searched defs:setTransformationMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java1374 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
1378 setTransformationMethod(PasswordTransformationMethod.getInstance());
1865 public final void setTransformationMethod(TransformationMethod method) { method in class:TextView
2793 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
4529 setTransformationMethod(PasswordTransformationMethod.getInstance());
7634 * @see #setTransformationMethod(TransformationMethod)
7639 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
7641 setTransformationMethod(null);
7685 setTransformationMethod(SingleLineTransformationMethod.getInstance());
7693 setTransformationMethod(nul
[all...]

Completed in 460 milliseconds