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

/frameworks/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java157 * Finds the createView method in the given customInflaterClass. Since createView is
163 private static Method getCreateViewMethod(Class<?> customInflaterClass) throws NoSuchMethodException { argument
164 Class<?> current = customInflaterClass;

Completed in 105 milliseconds