Home | History | Annotate | Download | only in widget

Lines Matching defs:mTransformation

511     private TransformationMethod mTransformation;
650 mTransformation = null;
1733 return mTransformation;
1744 if (method == mTransformation) {
1749 if (mTransformation != null) {
1751 ((Spannable) mText).removeSpan(mTransformation);
1755 mTransformation = method;
4005 if (mTransformation == null) {
4008 mTransformed = mTransformation.getTransformation(text, this);
4030 if (mTransformation != null) {
4031 sp.setSpan(mTransformation, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
4232 if (mTransformation == PasswordTransformationMethod.getInstance()) {
4239 if (mTransformation == PasswordTransformationMethod.getInstance()) {
4278 return mTransformation instanceof PasswordTransformationMethod;
7893 if (mTransformation != null) {
7894 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect);