Home
last modified time | relevance | path

Searched refs:getCreateViewMethod (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() method in BridgeInflater
258 Method method = getCreateViewMethod(inflaterClass); in createViewFromCustomInflater()