Home
last modified time | relevance | path

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

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