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