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

/frameworks/support/compat/jellybean-mr1/android/support/v4/graphics/drawable/
H A DDrawableCompatJellybeanMr1.java34 private static Method sSetLayoutDirectionMethod; field in class:DrawableCompatJellybeanMr1
43 sSetLayoutDirectionMethod =
45 sSetLayoutDirectionMethod.setAccessible(true);
52 if (sSetLayoutDirectionMethod != null) {
54 sSetLayoutDirectionMethod.invoke(drawable, layoutDirection);
58 sSetLayoutDirectionMethod = null;

Completed in 58 milliseconds