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

/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
H A DEmojiTransformationMethod.java37 private final TransformationMethod mTransformationMethod; field in class:EmojiTransformationMethod
40 mTransformationMethod = transformationMethod;
49 if (mTransformationMethod != null) {
50 source = mTransformationMethod.getTransformation(source, view);
65 if (mTransformationMethod != null) {
66 mTransformationMethod.onFocusChanged(view, sourceText, focused, direction,

Completed in 88 milliseconds