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

/frameworks/base/core/java/android/widget/
H A DTextView.java1415 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
1419 setTransformationMethod(PasswordTransformationMethod.getInstance());
1914 public final void setTransformationMethod(TransformationMethod method) { method in class:TextView
2846 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
4662 setTransformationMethod(PasswordTransformationMethod.getInstance());
7833 * @see #setTransformationMethod(TransformationMethod)
7838 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
7840 setTransformationMethod(null);
7884 setTransformationMethod(SingleLineTransformationMethod.getInstance());
7892 setTransformationMethod(nul
[all...]

Completed in 92 milliseconds