Searched defs:wrapTransformationMethod (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
H A DEmojiTextViewHelper.java82 * @see #wrapTransformationMethod(TransformationMethod)
111 public TransformationMethod wrapTransformationMethod( method in class:EmojiTextViewHelper
113 return mHelper.wrapTransformationMethod(transformationMethod);
136 TransformationMethod wrapTransformationMethod(TransformationMethod transformationMethod) { method in class:EmojiTextViewHelper.HelperInternal
159 mTextView.setTransformationMethod(wrapTransformationMethod(tm));
178 TransformationMethod wrapTransformationMethod(TransformationMethod transformationMethod) { method in class:EmojiTextViewHelper.HelperInternal19

Completed in 64 milliseconds