Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java176 …private static Method getCreateViewMethod(Class<?> customInflaterClass) throws NoSuchMethodExcepti… in getCreateViewMethod() argument
177 Class<?> current = customInflaterClass; in getCreateViewMethod()