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

/frameworks/support/compat/jellybean-mr1/android/support/v4/graphics/drawable/
H A DDrawableCompatJellybeanMr1.java37 private static Method sGetLayoutDirectionMethod; field in class:DrawableCompatJellybeanMr1
67 sGetLayoutDirectionMethod = Drawable.class.getDeclaredMethod("getLayoutDirection");
68 sGetLayoutDirectionMethod.setAccessible(true);
75 if (sGetLayoutDirectionMethod != null) {
77 return (int) sGetLayoutDirectionMethod.invoke(drawable);
80 sGetLayoutDirectionMethod = null;

Completed in 84 milliseconds