Searched refs:inflaterClass (Results 1 – 1 of 1) sorted by relevance
249 Class<?> inflaterClass = findCustomInflater(bc, mLayoutlibCallback); in createViewFromCustomInflater() local251 if (inflaterClass != null) { in createViewFromCustomInflater()253 Constructor<?> constructor = inflaterClass.getDeclaredConstructor(); in createViewFromCustomInflater()256 Method method = getCreateViewMethod(inflaterClass); in createViewFromCustomInflater()