Searched refs:METHOD_getLayoutDirection (Results 1 – 1 of 1) sorted by relevance
39 private static final Method METHOD_getLayoutDirection = CompatUtils.getMethod( field in ViewCompatUtils63 if (METHOD_getLayoutDirection == null) { in getLayoutDirection()66 return (Integer)CompatUtils.invoke(view, 0, METHOD_getLayoutDirection); in getLayoutDirection()