Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DViewCompatUtils.java39 private static final Method METHOD_getLayoutDirection = CompatUtils.getMethod( field in ViewCompatUtils
63 if (METHOD_getLayoutDirection == null) { in getLayoutDirection()
66 return (Integer)CompatUtils.invoke(view, 0, METHOD_getLayoutDirection); in getLayoutDirection()