Home | History | Annotate | Download | only in widget

Lines Matching refs:mTransformation

545     private TransformationMethod mTransformation;
693 mTransformation = null;
1850 return mTransformation;
1861 if (method == mTransformation) {
1866 if (mTransformation != null) {
1868 ((Spannable) mText).removeSpan(mTransformation);
1872 mTransformation = method;
4300 if (mTransformation == null) {
4303 mTransformed = mTransformation.getTransformation(text, this);
4325 if (mTransformation != null) {
4326 sp.setSpan(mTransformation, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
4527 if (mTransformation == PasswordTransformationMethod.getInstance()) {
4534 if (mTransformation == PasswordTransformationMethod.getInstance()) {
4573 return mTransformation instanceof PasswordTransformationMethod;
8223 if (mTransformation != null) {
8224 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect);