Searched refs:METHOD_setCompoundDrawablesRelativeWithIntrinsicBounds (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DTextViewCompatUtils.java27 private static final Method METHOD_setCompoundDrawablesRelativeWithIntrinsicBounds = field in class:TextViewCompatUtils
37 if (METHOD_setCompoundDrawablesRelativeWithIntrinsicBounds == null) {
41 CompatUtils.invoke(textView, null, METHOD_setCompoundDrawablesRelativeWithIntrinsicBounds,

Completed in 87 milliseconds