Searched refs:sInsetsClazz (Results 1 – 1 of 1) sorted by relevance
42 private static Class<?> sInsetsClazz; field in DrawableUtils50 sInsetsClazz = Class.forName("android.graphics.Insets");64 if (sInsetsClazz != null) { in getOpticalBounds()78 for (Field field : sInsetsClazz.getFields()) { in getOpticalBounds()