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

/frameworks/base/core/java/android/widget/
H A DTextView.java1293 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
1297 setTransformationMethod(PasswordTransformationMethod.getInstance());
1751 public final void setTransformationMethod(TransformationMethod method) { method in class:TextView
2557 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
4239 setTransformationMethod(PasswordTransformationMethod.getInstance());
7325 * @see #setTransformationMethod(TransformationMethod)
7330 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
7332 setTransformationMethod(null);
7376 setTransformationMethod(SingleLineTransformationMethod.getInstance());
7384 setTransformationMethod(nul
[all...]

Completed in 21 milliseconds