Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java251 Class<?> inflaterClass = findCustomInflater(bc, mLayoutlibCallback); in createViewFromCustomInflater() local
253 if (inflaterClass != null) { in createViewFromCustomInflater()
255 Constructor<?> constructor = inflaterClass.getDeclaredConstructor(); in createViewFromCustomInflater()
258 Method method = getCreateViewMethod(inflaterClass); in createViewFromCustomInflater()