Home
last modified time | relevance | path

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

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