Home
last modified time | relevance | path

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

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