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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DViewCompatUtils.java31 private static final Method METHOD_setPaddingRelative = CompatUtils.getMethod( field in class:ViewCompatUtils
51 if (METHOD_setPaddingRelative == null) {
55 CompatUtils.invoke(view, null, METHOD_setPaddingRelative, start, top, end, bottom);

Completed in 93 milliseconds