Searched refs:mConstructorSignature (Results 1 – 4 of 4) sorted by relevance
56 private static final Class[] mConstructorSignature = new Class[] { field in GenericInflater378 constructor = clazz.getConstructor(mConstructorSignature); in createItem()
392 mLayoutlibCallback.loadClass(name, mConstructorSignature, mConstructorArgs) in loadCustomView()393 : mLayoutlibCallback.loadView(name, mConstructorSignature, mConstructorArgs); in loadCustomView()
90 static final Class<?>[] mConstructorSignature = new Class[] { field in LayoutInflater615 constructor = clazz.getConstructor(mConstructorSignature); in createView()
6165 Landroid/view/LayoutInflater;->mConstructorSignature:[Ljava/lang/Class;